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/theflexguy.com/wp-content/themes/seo_october_special/octoberspecial/index.php
<?php get_header(); ?>
<div id="content_wrapper">
	<div id="content_inner" class="clearfix">	
		<div class="content_left">
			<?php if (have_posts()) : ?>
			<?php while (have_posts()) : the_post(); ?>
				<div class="post" id="post-<?php the_ID(); ?>">
					<div class="post_date">
					<?php the_time('F jS Y') ?><br />
					Tags: <?php the_category(', ') ?><br /><br />
					<?php comments_popup_link('No Comments', 'One Comment', '% Comments'); ?>
					</div>
					<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
					<div class="entry">
					<?php the_content_rss('', TRUE, '', 50); ?>
					</div>
				<div class="clear"></div>
				</div>
			<?php endwhile; ?>
			<?php else : ?>
			<div class="post" id="post-<?php the_ID(); ?>">
				<h2>Nothing to see here</h2>
				<div class="entry">
					<p>You seemed to have found a mislinked file, page, or search query with zero results. If you feel that you've reached this page in error, double check the URL and or search string and try again.</p>
					<p>Alternatively, a more personalized method of tracking down and searching for content can be found <a href="#bottom_box">below</a>.</p>
				</div>
			<div class="clear"></div>
			</div>
			<?php endif; ?>
			<br />
			<div class="nextprevious">
				<div class="left"><?php next_posts_link('&laquo; Previous') ?></div>
				<div class="right"><?php previous_posts_link('Next &raquo;') ?></div>
			</div>
			<div class="clear"></div>
		</div>
		<div class="content_right">
			<?php include (TEMPLATEPATH . '/main_right.php'); ?>
		</div>
		<div class="clear"></div>	
	</div>
</div>
<div id="bottom_wrapper">
	<div id="bottom_inner" class="clearfix">
		<div class="bottom_left">
		<?php include (TEMPLATEPATH . '/bottom_posts.php'); ?>
		</div>
		<?php include (TEMPLATEPATH . '/bottom_right.php'); ?>
		<div class="clear"></div>
	<div id="categories">
		<h3>Browse by Category</h3>
		<ul>
			<?php wp_list_cats('sort_column=name&optioncount=0'); ?>
		</ul>
	</div>
	</div>
</div>
<?php get_footer(); ?>