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

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
	
	<?php if ( is_sticky() ) { $sticky++; } else { $regular++; ?>
	<div class="image">
		<div class="nav prev"><?php next_post_link( '%link', '&lsaquo;' ); ?></div>
		<?php the_image(); ?>
		<div class="nav next"><?php previous_post_link( '%link', '&rsaquo;' ); ?></div>
	</div>
	<?php partial( 'post' ); ?>
	<?php } ?>
<?php endwhile; else : ?>

	<h2><?php _e( 'Not Found', 'monotone' ); ?></h2>
	<p><?php _e( 'Sorry, but you are looking for something that isn&rsquo;t here.' ); ?></p>
	<?php get_search_form(); ?>
<?php endif; ?>

<div class="navigation">
	<div class="prev"><?php next_post_link( '%link', '&lsaquo' ); ?></div>
	<div class="next"><?php previous_post_link( '%link', '&rsaquo;'); ?></div>
</div>

<?php get_footer(); ?>