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/monotone/search.php
<?php get_header(); rewind_posts(); ?>
<div class="search">
		
		<?php if (have_posts()) : ?>
		<h2>Search Results</h2>
				<div class="nav">
					<div class="prev"><?php next_posts_link('&laquo; Older Entries') ?></div>
					<div class="next"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
				</div>
		<ul class="thumbnails">
				<?php while (have_posts()) : the_post(); ?>

							<li id="post-<?php the_ID(); ?>">
								<a href="<?php the_permalink() ?>" title="Link to <?php the_title_attribute(); ?>"><?php the_thumbnail(); ?></a>
							</li>

				<?php endwhile; ?>
		</ul>
		<div class="nav">
			<div class="prev"><?php next_posts_link('&laquo; Older Entries') ?></div>
			<div class="next"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
		</div>

	<?php else : ?>

		<h2>Not Found</h2>
		<?php include (TEMPLATEPATH . '/searchform.php'); ?>

	<?php endif; ?>
</div>

<?php get_footer(); ?>