whoami7 - Manager
:
/
home
/
qbizpnmr
/
public_html
/
wp-content
/
themes
/
crio
/
templates
/
Upload File:
files >> /home/qbizpnmr/public_html/wp-content/themes/crio/templates/content-page.php
<?php /** * Page Content Template * * This file contains the markup for the page content template. * * @package Crio */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class ="article-wrapper"> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<nav class="page-links"><p>' . esc_html__( 'Pages:', 'crio' ), 'after' => '</p></nav>' ) ); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="bgtfw container"> <?php bgtfw_edit_post_link(); ?> </div> </footer><!-- .entry-footer --> <?php if ( comments_open() || get_comments_number() ) : ?> <?php comments_template( '/templates/comments.php' ); ?> <?php endif; ?> </div> <?php if ( BoldGrid::display_sidebar() && 'above' === get_theme_mod( 'bgtfw_global_title_position' ) ) : ?> <?php include BoldGrid::boldgrid_sidebar_path(); ?> <?php endif; ?> </article><!-- #post-## -->
Copyright ©2021 || Defacer Indonesia