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/redoable-lite/single.php
<?php get_header(); ?>

<div class="content">

	<div id="middlecolumn">
		<div id="primary">
			<?php if( get_option('redo_livesearchposition') == 1 ) { ?>
			<div id="current-content">
			<?php } ?>

				<div id="primarycontent" class="hfeed">

					<?php include (TEMPLATEPATH . '/single_post.php'); ?>

				</div> <!-- #primarycontent .hfeed -->

			<?php if( get_option('redo_livesearchposition') == 1 ) { ?>
			</div> <!-- #current-content -->

			<div id="dynamic-content"></div>
			<?php } ?>

		</div> <!-- #primary -->
	</div>

	<?php comments_template(); ?>

	<div id="rightcolumn">
		<?php get_sidebar(); ?>
	</div>
	<div class="clear"></div>

</div> <!-- .content -->

<?php get_footer(); ?>