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/skeptical/page.php
<?php
/**
 * @package WordPress
 * @subpackage Skeptical
 */
?>
<?php get_header(); ?>

<?php $content_width = 659; ?>

<div id="content" class="page col-full">
	<div id="main" class="col-left">
		<?php while ( have_posts() ) : the_post(); ?>

			<div class="post page clearfix">
				<h1 class="title"><?php the_title(); ?></h1>
				<div class="entry clearfix">
					<?php the_content(); ?>
					<?php edit_post_link( __( '{ Edit }', 'woothemes' ), '<p>', '</p>' ); ?>
				</div>
			</div><!-- /.post -->

			<?php comments_template( '', true ); ?>

		<?php endwhile; // end of the loop. ?>

	</div><!-- /#main -->
	<?php get_sidebar(); ?>
</div><!-- /#content -->

<?php get_footer(); ?>