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/blix/content.php
<?php
/**
 * @package Blix
 */
?>

<div id="post-<?php the_ID(); ?>" <?php post_class( 'entry' ); ?>>

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

	<?php ($post->post_excerpt != "")? the_excerpt() : the_content(); ?>

	<p class="info"><?php if ($post->post_excerpt != "") { ?><a href="<?php the_permalink(); ?>" class="more"><?php _e( 'Continue Reading', 'blix' ); ?></a><?php } ?>
	<?php blix_posted_on(); ?>
	<?php blix_posted_by(); ?>
	<?php if ( comments_open() || ( '0' != get_comments_number() && ! comments_open() ) ) : ?>
		<em class="comments-popup">
		<?php comments_popup_link( __( 'Leave a comment' ), __( '1 comment' ), __( '% comments' ), __( 'commentlink', 'blix' ), '' ); ?>
		</em>
	<?php endif; ?>
	<?php edit_post_link( __( 'Edit', 'blix' ), '<span class="editlink">', '</span>' ); ?>
	</p>

</div>