PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
title
/
layouts
/
standard
/
templates
<?php // Load title image template webon_core_get_page_title_image(); ?> <div class="qodef-m-content <?php echo esc_attr( webon_core_get_page_title_content_classes() ); ?>"> <<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title entry-title"> <?php if ( qode_framework_is_installed( 'theme' ) ) { echo esc_html( webon_get_page_title_text() ); } else { echo get_option( 'blogname' ); } ?> </<?php echo esc_attr( $title_tag ); ?>> <?php // Load subtitle template webon_core_template_part( 'title/layouts/standard', 'templates/parts/subtitle', '', webon_core_get_standard_title_layout_subtitle_text() ); ?> </div>
[+]
..
[-] standard.php
[edit]
[+]
parts