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/enterprise/page.php
<?php
/**
 * @package Enterprise
 */
?>
<?php get_header(); ?>

<div id="content">

	<div id="content-left">

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

            <div <?php post_class(); ?>>

                <div class="entry">
                	<h1><?php the_title(); ?></h1>
                	<?php the_content(__('Read more', 'enterprise'));?><div class="clear"></div>
                	<?php edit_post_link(__('(Edit)', 'enterprise'), '', ''); ?><div class="clear"></div>
					<?php wp_link_pages( array( 'before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number') ); ?>
                </div>

            </div>

        <?php endwhile; else: ?>
        <p><?php _e('Sorry, no posts matched your criteria.', 'enterprise'); ?></p><?php endif; ?>

        <?php if ( comments_open() ) : // If comments are open, but there are no comments ?>
         <div id="comments">
            <?php comments_template('',true); ?>
        </div>
        <?php endif; ?>

    </div>

<?php get_sidebar(); ?>

</div>

<?php get_footer(); ?>