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/tfgarchive/wpblogtest1.old/wp-content/themes/openair/archive.php
  <?php get_header(); ?>

    <div id="middle">
	  <?php if (have_posts()) {  ?>
	  <div id="top_content" class="content">
		<!--
	      Be sure to keep the id, so we can discount this post later on
		  //-->
		<?php while (have_posts()) : the_post();
		      require("post.php");
		      endwhile; ?>
			  
		<div class="navigation">
		  <div class="align-left"><h3><?php next_posts_link('&laquo; Older Entries'); ?></h3></div>
		  <div class="align-right"><h3><?php previous_posts_link('Newer Entries &raquo;'); ?></h3></div>
		</div>

	    <div class="spacer">&nbsp;</div>
	  </div>
	  
	  <!--
	    Here is the first (top) section of the theme, showing our latest post,
		or the reader's preferred category latest post.
		//-->
	  <?php require("sidebar.php"); ?>
	  
	  <div class="spacer">&nbsp;</div>
	</div>
        <?php } ?> <!-- end have_posts() check //-->
		
    <?php get_footer(); ?>