HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/mollywoppersnyb.com/wp-content/themes/storefront/single.php

<?php /** * The template for displaying all single posts. * * @package storefront */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php do_action( 'storefront_single_post_before' ); get_template_part( 'content', 'single' ); /** * @hooked storefront_post_nav - 10 */ do_action( 'storefront_single_post_after' ); ?> <?php endwhile; // end of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php do_action( 'storefront_sidebar' ); ?> <?php get_footer(); ?>