File: /www/wwwroot/www.213n.cn/wp-content/themes/rk-blogger/page.php
<?php
/**
* The template for displaying pages
*
* Author: wbolt team
* Author URI: https://www.wbolt.com
*/
if (is_singular() && comments_open() && get_option('thread_comments')) {
wp_enqueue_script('comment-reply');
}
get_header();
wb_breadcrumbs(false, false, 'pw');
?>
<div class="container container-page pw">
<div class="main main-detail">
<?php
while (have_posts()) : the_post();
get_template_part('template-parts/content', 'page');
if (comments_open() || get_comments_number()) {
comments_template();
}
endwhile;
?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>