/
/
home
/
melaqxso
/
allshadesofwellness.com
/
wp-content
/
themes
/
alone
/
sermone
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.121
PHP 7.4.33
Dir:
/home/melaqxso/allshadesofwellness.com/wp-content/themes/alone/sermone
Edit:
/home/melaqxso/allshadesofwellness.com/wp-content/themes/alone/sermone/page-titlebar-archive.php
<?php /** * Displays page titlebar in events default template * * @package WordPress * @subpackage Alone * @since Alone 7.0 */ if( ! alone_get_option( 'site_titlebar' ) ) { return; } ?> <?php if( is_post_type_archive( 'sermone' ) ) { ?> <div class="<?php echo esc_attr( $classes ); ?>"> <div class="container responsive"> <div class="page-titlebar-content"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); ?> <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb( '<div id="breadcrumbs" class="breadcrumbs">','</div>' ); } ?> </div> </div> </div> <?php } ?>
Ukuran: 647 B