HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguys.com/baronconstruct/wp-content/themes/sweet-blossoms/single.php
<?php get_header(); ?>

<!-- content ................................. -->
<div id="main">
	<div class="main">

<?php if ( have_posts() ) : ?>

<?php while ( have_posts() ) : the_post(); ?>


		<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>

		<p class="info">
			<?php if ( $post->comment_status == "open" ) ?>
   			<em class="date"><?php the_time( get_option( 'date_format' ) ); ?><!-- at <?php the_time()  ?>--></em>
   			<em class="author"><?php the_author(); ?></em>
   			<?php edit_post_link( __( 'Edit', 'sweet-blossoms' ), '<span class="editlink">', '</span>' ); ?>
   			<br /> <?php the_tags( __( 'Tags:' , 'sweet-blossoms' ).' ', ', ', '<br />'); ?>
   		</p>

		<?php the_content(); ?>
		<?php wp_link_pages(); ?>

		<p id="filedunder"><?php _e( 'Entry Filed under:', 'sweet-blossoms' ); ?> <?php the_category(','); ?></p>

<?php endwhile; ?>

<?php else : ?>

	<h2><?php _e( 'Not Found', 'sweet-blossoms' ); ?></h2>
	<p><?php _e( "Sorry, but you are looking for something that isn't here.", "sweet-blossoms" ); ?></p>

<?php endif; ?>

<?php comments_template(); ?>
</div>
</div> <!-- /content -->

<?php get_sidebar(); ?>

<?php get_footer(); ?>