File manager - Edit - /home/aussies6/public_html/wp-content/themes/topshop/single.php
Back
<?php /** * The template for displaying all single posts. * * @package TopShop */ get_header(); ?> <div id="primary" class="content-area <?php echo ( get_theme_mod( 'topshop-setting-blog-single-full-width', false ) ) ? sanitize_html_class( ' content-area-full' ) : ''; ?>"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php topshop_post_nav(); ?> <?php // 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; ?> <?php endwhile; // end of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php if ( get_theme_mod( 'topshop-setting-blog-single-full-width', false ) ) : ?> <!-- No Sidebar --> <?php else : ?> <?php get_sidebar(); ?> <?php endif; ?> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings