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/martyknows.com/wp-content/themes/black-letterhead/post.php
<div <?php post_class(); ?>>

<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php echo esc_attr( sprintf( __( 'Permanent link to %s', 'black-letterhead' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php the_title(); ?></a></h2>

<small><?php printf(__('Posted in %1$s %2$s on %3$s by %4$s', 'black-letterhead'), get_the_category_list(', '), get_the_tag_list(__('with tags', 'black-letterhead') . ' ', ', ', ' '), get_the_time(get_option('date_format')), get_the_author()); ?></small>

<div class="entry">
<?php the_content(__('Read more &raquo;', 'black-letterhead')); ?></div>

<p class="postmetadata">
	<?php edit_post_link(__('Edit', 'black-letterhead'),'',' | '); ?>
	<?php
		if ( comments_open() || '0' != get_comments_number() ) :
			comments_popup_link(' '.__('Leave A Comment &#187;', 'black-letterhead'), __('1 Comment &#187;', 'black-letterhead'), __('% Comments &#187;', 'black-letterhead'));
		endif;
	?>
</p>

</div>