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/theflexguys.com/baronconstruct/wp-content/themes/girl/page.php
<?php get_header(); ?>

<?php the_post(); ?>
	
<div <?php post_class(); ?>>
<div class="heading"><span id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php echo esc_attr( sprintf( __( 'Permanent Link to %s', 'girl' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php the_title(); ?></a></span></div>

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

<div class="footer"><?php edit_post_link(__('Edit?','girl'),' (',')'); ?></div>
</div>

<br />
<br />

			<?php comments_template(); ?>		
		
</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>