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/template-fullwidth.php
<?php
/*
 * Template Name: Full width, no sidebar Template
 *
 * @package WordPress
 * @subpackage Skeptical
*/
?>

<?php get_header(); ?>

<?php $content_width = 899; ?>

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

				<div class="post page">
					<h1 class="title"><?php the_title(); ?></h1>
					<div class="entry">
						<?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 -->
	</div><!-- /#content -->

<?php get_footer(); ?>