%PDF- %PDF-
Direktori : /home/ugotscom/public_html/boniface/blog/wp-content/themes/purea-magazine/ |
Current File : /home/ugotscom/public_html/boniface/blog/wp-content/themes/purea-magazine/page.php |
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package purea-magazine */ get_header(); purea_magazine_before_title(); purea_magazine_get_title(); purea_magazine_after_title(); ?> <div id="primary" class="<?php echo esc_attr(get_theme_mod('purea_magazine_header_menu_style','style1')); ?> content-area"> <main id="main" class="site-main" role="main"> <div class="content-inner"> <div class="container"> <div class="row"> <?php if( is_front_page() && false===get_theme_mod( 'purea_magazine_homepage_sidebar',false) ) { ?> <div class="col-md-12"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/page/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </div> <?php } else{ ?> <div class="col-md-12"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/page/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </div> <?php } ?> </div> </div> </div> </main> </div> <?php get_footer();