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

			<div id="body">
				<div id="content">
					<?php global $wp_query; $total_pages = $wp_query->max_num_pages; if ( $total_pages > 1 ) { ?>
					<div id="nav-above" class="navigation">
						<div class="nav-previous"><?php next_posts_link(__( '<span class="meta-nav">&lsaquo;</span> Older posts', 'steira' )) ?></div>
						<div class="nav-next"><?php previous_posts_link(__( 'Newer posts <span class="meta-nav">&rsaquo;</span>', 'steira' )) ?></div>
					</div><!-- #nav-above -->
					<?php } ?>

					<?php $count = 0; while (have_posts()) : the_post(); $count++; ?>

					<div <?php post_class() ?> id="post-<?php the_ID(); ?>">

						<h2 class="haslink">
							<a href="<?php the_permalink(); ?>">
								<span class="posted"><?php the_time(get_option("date_format")); ?></span>

								<?php if ( $count == 1 && is_home() && !is_paged() ) : ?>
								<span class="new"><?php _e('New', 'steira'); ?></span>
								<?php endif; ?>

								<span class="title"><?php the_title(); ?></span>
							</a>
						</h2>

						<div class="contentblock">
							<?php the_content('<p class="more">' . __('Continue reading this article &rsaquo;', 'steira') . '</p>'); ?>

							<?php wp_link_pages('before=<p class="page-link">' . __( 'Pages:', 'steira' ) . '&after=</p>') ?>

							<p><?php the_tags(__( 'Tags: ', 'steira' ), ', ', ''); ?></p>
						</div><!-- contentblock -->

						<ul class="postdetails">
							<li class="comments"><?php comments_popup_link(__('Leave a comment', 'steira'), __('1 comment', 'steira'), __('% comments', 'steira')); ?></li>
							<li class="categories"><?php _e('Posted under', 'steira');?> <?php the_category(', ') ?><?php edit_post_link(__('Edit', 'steira'), ' | ', ''); ?></li>
						</ul><!-- postdetails -->
					</div><!-- #post-<?php the_ID(); ?> -->

					<?php endwhile; ?>

					<?php global $wp_query; $total_pages = $wp_query->max_num_pages; if ( $total_pages > 1 ) { ?>
					<div id="nav-below" class="navigation">
						<div class="nav-previous"><?php next_posts_link(__( '<span class="meta-nav">&lsaquo;</span> Older posts', 'steira' )) ?></div>
						<div class="nav-next"><?php previous_posts_link(__( 'Newer posts <span class="meta-nav">&rsaquo;</span>', 'steira' )) ?></div>
					</div><!-- #nav-below -->
					<?php } ?>
				</div><!-- content -->

<?php get_sidebar(); ?>

			</div><!-- body -->

<?php get_footer(); ?>