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/monotone/post.php
<div id="container">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute( array( 'before' => __( 'Permanent Link to', 'monotone' ) . ' ' ) ); ?>"><?php the_title(); ?></a></h2>

<div id="postmetadata">
	<div class="sleeve">

		<?php if ( ! is_page() ) { ?> 
			<p><?php printf( __( 'By %1$s', 'monotone' ), '<cite>' . get_the_author() . '</cite>' ); ?></p>
			<p><small><a href="<?php echo get_month_link(get_the_time('Y'), get_the_time('m')); ?>"><?php the_time('M d Y') ?></a></small></p>
			<p><?php the_tags( __( 'tags: ', 'monotone' ), ', ', '<br />' ); ?></p>
    	
			<p><?php _e( 'Category: ', 'monotone' ); the_category(', ') ?></p>
			<p><?php edit_post_link( __( 'Edit This Post', 'monotone' ), '', ''); ?></p>
			<p><?php comments_popup_link( __( 'Leave a Comment &#187;', 'monotone' ), __( '1 Comment &#187;', 'monotone' ), __( '% Comments &#187;', 'monotone' ) ); ?></p>
		<?php } else { ?>
			<p><?php edit_post_link( 'Edit This Page', '', ''); ?></p>
		<?php } ?>

	</div>
</div>
<div id="post">
	<div class="sleeve">
	<?php the_content( __( 'Read the rest of this entry &raquo;', 'monotone' ) ); ?>
	</div>
</div>

<?php if ( is_single() ) { ?>
<div class="navigation">
	<div class="prev"><?php next_post_link( '%link', '&lsaquo;' ); ?></div>
	<div class="next"><?php previous_post_link( '%link', '&rsaquo;' ); ?></div>
</div>
<?php comments_template();
} ?>
</div>