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/andreas04/single.php
  <?php get_header(); ?>
  
    <div id="content">
    
      <div id="left">
            
        <?php if (have_posts()) : ?>
        
          <?php while (have_posts()) : the_post(); ?>
              
              <div id="post-<?php the_ID(); ?>" <?php post_class( 'entry' ); ?>>
            
                <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
                
                <?php the_content(''); ?>
		<?php wp_link_pages(); ?>                
                <p class="meta">
                  
               		<span class="date">
                    <?php $arc_year = get_the_time('Y'); $arc_month = get_the_time('m'); $arc_day = get_the_time('d'); ?>
                    <a href="<?php echo get_day_link("$arc_year", "$arc_month", "$arc_day"); ?>"><?php the_time(get_option("date_format")); ?></a> - <!-- at <?php the_time()  ?> -->
                  </span>
                  
									<span class="postedby">
	                  <?php _e('Posted by','andreas04'); ?>                  
	               		<?php the_author_posts_link(); ?> | 
	                  <?php the_category(', '); ?>
					  <?php the_tags( ' | ', ', ', ''); ?>
									</span>
                  
                  <?php edit_post_link(__('Edit','andreas04'),'<span class="editlink"> | ','</span>'); ?>
                  
             		</p>
              
              </div>
                
              <?php comments_template(); ?>
              
              <p class="pagenav"><?php previous_post('%',__('&laquo; Previous','andreas04'), 'no'); ?> | <?php next_post('%',__('Next &raquo;','andreas04'), 'no'); ?></p> 
						
          <?php endwhile; ?>
      
        <?php else : ?>
      
        <?php endif; ?>
  
      </div>

      <?php get_sidebar(); ?>

      <?php get_footer(); ?>