hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/home.obu.edu.bak/wp-content/themes/ConstitutionDay/ |
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<h1>Search Results</h1>
<p class="title-description">Content matching "<?php the_search_query() ?>".</p>
<div class="pagination pagination-top">
<div class="left"><?php next_posts_link('« Older Entries') ?></div>
<div class="right"><?php previous_posts_link('Newer Entries »') ?></div>
<div class="clearer"> </div>
</div>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<div class="post-title" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
</div>
<div class="post-date">
<div class="left"><?php the_time('F jS, Y') ?> in <?php the_category(' / ', 'multiple') ?><?php edit_post_link('Edit', ' <span class="text-separator">|</span> ', ''); ?></div>
<div class="right"><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></div>
<div class="clearer"> </div>
</div>
<div class="post-body">
<?php the_excerpt(); ?>
<div class="clearer"> </div>
</div>
</div>
<div class="archive-separator"></div>
<?php endwhile; ?>
<div class="pagination pagination-bottom">
<div class="left"><?php next_posts_link('« Older Entries') ?></div>
<div class="right"><?php previous_posts_link('Newer Entries »') ?></div>
<div class="clearer"> </div>
</div>
<?php else : ?>
<h2>No content found. Try a different search?</h2>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>