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/vigilance/search.php
<?php
/**
 * @package Vigilance
 */
?>
<?php get_header(); ?>
		<?php if (have_posts()) : ?>
		<h1 class="pagetitle"><?php printf(__("Search results for '%s'", "vigilance"), get_search_query()); ?></h1>
		<img class="archive-comment"src="<?php bloginfo('template_url'); ?>/images/comments-bubble-archive.gif" width="17" height="14" alt="Comments"/>
		<?php while (have_posts()) : the_post(); ?>
		<div class="entries">
			<ul>
				<li><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><span class="comments_number"><?php comments_number('0', '1', '%', ''); ?></span><span class="archdate"><?php the_time(get_option("date_format")); ?></span><?php $title = get_the_title(); echo ( empty( $title ) ) ? '&hellip;' : $title; ?></a></li>
			</ul>
		</div><!--end entries-->
		<?php endwhile; /* rewind or continue if all posts have been fetched */ ?>
		<div class="navigation">
			<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'vigilance')); ?></div>
			<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'vigilance')); ?></div>
		</div><!--end navigation-->
		<?php else : ?>
		<h1 class="pagetitle"><?php printf(__("Search results for '%s'", "vigilance"), get_search_query()); ?></h1>
		<div class="entry">
			<p><?php printf(__('Sorry your search for "%s" did not turn up any results. Please try again.', 'vigilance'), get_search_query()); ?></p>
			<h2><?php _e('Search', 'vigilance'); ?></h2>
			<?php get_search_form(); ?>
		</div><!--end entry-->
		<?php endif; ?>
	</div><!--end content-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>