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/imbalance2/content-page.php
<?php
/**
 * @package Imbalance 2
 */
?>
<div class="post_title">
	<?php if ( is_front_page() ) : ?>
		<h2 class="entry-title"><?php the_title(); ?></h2>
	<?php else : ?>
		<h1 class="entry-title"><?php the_title(); ?></h1>
	<?php endif; ?>

	<div class="entry-meta">
		<?php if ( comments_open() || ( '0' != get_comments_number() && ! comments_open() ) ) : ?>
			<?php echo comments_popup_link( __( 'Leave a comment', 'imbalance2' ), __( 'One Comment', 'imbalance2' ), __( '% Comments', 'imbalance2' ) ); ?>
		<?php endif; ?>

		<?php edit_post_link( __( 'Edit', 'imbalance2' ), '<span class="main-separator"> / </span><span class="edit-link">', '</span>' ); ?>
	</div><!-- .entry-meta -->
</div>

<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="entry-content">
		<?php the_content(); ?>
		<div class="entry-utility">
			<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( '<span>Pages:</span>', 'imbalance2' ), 'after' => '</div>' ) ); ?>
		</div><!-- .entry-utility -->
	</div><!-- .entry-content -->
</div><!-- #post-<?php the_ID(); ?> -->