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/mistylook/single.php
<?php get_header();?>
<div id="content">
<div id="content-main">
<?php if (have_posts()) : ?>

		<?php while (have_posts()) : the_post(); ?>

			<?php $mistylook_options = get_option( 'mistylook_theme_options' ); // hide-post-nav ?>
			<?php if ( ! $mistylook_options['hide-post-nav'] ) : ?>
			<div class="postnav">
				<div class="alignleft"><?php previous_post_link( '&laquo; %link' ); ?></div>
				<div class="alignright"><?php next_post_link( '%link &raquo;' ); ?></div>
			</div>
			<?php endif; ?>

			<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
				<div class="posttitle">
					<h2><?php the_title(); ?></h2>
					<p class="post-info"><?php the_time(get_option("date_format")); ?> <?php printf(__('by %s','mistylook'), mistylook_get_author_posts_link()); ?> <?php edit_post_link(__('Edit','mistylook'), ' | ', ''); ?> </p>
				</div>

				<div class="entry">
					<?php the_content(); ?>
					<?php wp_link_pages(); ?>
				</div>

				<p class="postmetadata">
					<?php printf(__('Posted in %s','mistylook'), get_the_category_list(', ')); ?> | <?php the_tags( __('Tagged','mistylook').' ', ', ', ' | ' ); ?>
					<?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?>
						<?php comments_number( __( 'Leave a Comment', 'mistylook' ), __( '1 Comment', 'mistylook' ), __( '% Comments', 'mistylook' ) ); ?>
					<?php endif; ?>
				</p>
				<?php comments_template(); ?>
			</div>

		<?php endwhile; ?>

		<p align="center"><?php posts_nav_link(' - ',__('&#171; Prev','mistylook'),__('Next &#187;','mistylook')) ?></p>

	<?php else : ?>

		<h2 class="center"><?php _e('Not Found','mistylook'); ?></h2>
		<p class="center"><?php _e('Sorry, but you are looking for something that isn&#8217;t here.','mistylook'); ?></p>

	<?php endif; ?>
</div><!-- end id:content-main -->
<?php get_sidebar();?>
<?php get_footer();?>