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

<div id="mid-content">

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

		<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

		<h2 class="title left"><?php the_title(); ?></h2>

		<p class="right edit-post"><?php edit_post_link( __( 'Edit', 'fusion' ) ); ?></p>
		<div class="clear"></div>

		<div class="entry">
			<div class="postbody entry clearfix">
				<?php the_content( __( 'Read the rest of this page &raquo;', 'fusion' ) ); ?>
			</div>

			<?php wp_link_pages( array( 'before' => '<p class="postpages"><strong>' . __( 'Pages:', 'fusion' ) . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number' ) ); ?>

		</div>

	</div>

   <?php endwhile; endif; ?>

   <?php comments_template(); ?>

</div>
<!-- mid content -->

</div>
<!-- /mid -->

<?php get_sidebar(); ?>

<?php get_footer(); ?>