| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/themes/hallelujah/ |
| Current File : /home/eglisebaa/www/wp-content/themes/hallelujah/page.php |
<?php
/**
* The template to display all single pages
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0
*/
get_header();
while ( have_posts() ) {
the_post();
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'content', 'page' ), 'page' );
// If comments are open or we have at least one comment, load up the comment template.
if ( ! is_front_page() && ( comments_open() || get_comments_number() ) ) {
comments_template();
}
}
get_footer();