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/index.php
<?php get_header(); ?>
<?php is_tag(); ?>

	<?php if (have_posts()) : ?>
	
		<?php while (have_posts()) : the_post(); ?>
<div <?php post_class(); ?>>
<div class="heading">{<?php the_time(get_option('date_format')) ?>} &nbsp;  <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 the_author() ?> @  <?php the_time(); ?>  [<?php _e('filed under','girl'); ?> <?php the_category(', ') ?> <?php if (is_callable('the_tags')) the_tags(__('tagged ','girl'), ', '); ?> <?php edit_post_link(__('Edit?','girl'),' (',')'); ?> 
<?php comments_popup_link(__('Leave a Comment &#187;','girl'),__('1 Comment &#187;','girl'),__('% Comments &#187;','girl')); ?> </div>
</div>

<br />
<br />

			<?php comments_template(); ?>

		<?php endwhile; ?>
		
		
		<div class="navigation">
			<div class="alignleft"><?php posts_nav_link('','',__('&laquo; Previous Entries','girl')) ?></div>
			<div class="alignright"><?php posts_nav_link('',__('Next Entries &raquo;','girl'),'') ?></div>
		</div>
		
	<?php else : ?>

		<h2 class="center"><?php _e('Not Found','girl'); ?></h2>
		<p class="center"><?php _e("Sorry, but you are looking for something that isn't here.","girl"); ?></p>
		
	<?php endif; ?>
</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>