whoami7 - Manager
:
/
home
/
qbizpnmr
/
public_html
/
wp-content
/
themes
/
crio
/
templates
/
Upload File:
files >> /home/qbizpnmr/public_html/wp-content/themes/crio/templates/page-headers.php
<?php /** * Page Headers Template * * This file gets the template part for the page header/title to display. * * @package Crio */ if ( is_archive() ) { get_template_part( 'templates/page-header', 'archive' ); } if ( ! is_front_page() && is_home() ) { get_template_part( 'templates/page-header', 'blog' ); } while ( have_posts() ) : the_post(); if ( is_page() ) { get_template_part( 'templates/entry-header-page' ); } if ( is_single() ) { get_template_part( 'templates/entry-header', get_theme_mod( 'bgtfw_post_header_feat_image_position' ) ); } endwhile;
Copyright ©2021 || Defacer Indonesia