File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/cleaning-services-agent/page.php
<?php
/**
* The template for displaying all pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package cleaning_services_agent
*/
get_header();
?>
<main id="primary" class="site-main">
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'page' );
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</main>
<?php
if ( cleaning_services_agent_is_sidebar_enabled() ) {
get_sidebar();
}
get_footer();