2004-12-30 11:25:15 +00:00
< ? php get_header (); ?>
2004-12-30 11:14:01 +00:00
< div id = " content " class = " narrowcolumn " >
< ? php if ( have_posts ()) : ?>
< h2 class = " pagetitle " > Search Results </ h2 >
2006-02-12 07:53:23 +00:00
2004-12-30 11:14:01 +00:00
< div class = " navigation " >
2007-06-07 23:33:06 +00:00
< div class = " alignleft " >< ? php next_posts_link ( '« Older Entries' ) ?> </div>
< div class = " alignright " >< ? php previous_posts_link ( 'Newer Entries »' ) ?> </div>
2004-12-30 11:14:01 +00:00
</ div >
< ? php while ( have_posts ()) : the_post (); ?>
2006-02-12 07:53:23 +00:00
2004-12-30 11:14:01 +00:00
< div class = " post " >
2007-09-18 22:50:59 +00:00
< h3 id = " post-<?php the_ID(); ?> " >< a href = " <?php the_permalink() ?> " rel = " bookmark " title = " Permanent Link to <?php the_title_attribute(); ?> " >< ? php the_title (); ?> </a></h3>
2004-12-30 11:14:01 +00:00
< small >< ? php the_time ( 'l, F jS, Y' ) ?> </small>
2006-02-12 07:53:23 +00:00
2007-03-31 06:16:12 +00:00
< p class = " postmetadata " >< ? php the_tags ( 'Tags: ' , ', ' , '<br />' ); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
2004-12-30 11:14:01 +00:00
</ div >
2006-02-12 07:53:23 +00:00
2004-12-30 11:14:01 +00:00
< ? php endwhile ; ?>
< div class = " navigation " >
2007-06-07 23:33:06 +00:00
< div class = " alignleft " >< ? php next_posts_link ( '« Older Entries' ) ?> </div>
< div class = " alignright " >< ? php previous_posts_link ( 'Newer Entries »' ) ?> </div>
2004-12-30 11:14:01 +00:00
</ div >
2006-02-12 07:53:23 +00:00
2004-12-30 11:14:01 +00:00
< ? php else : ?>
2005-11-07 09:31:05 +00:00
< h2 class = " center " > No posts found . Try a different search ? </ h2 >
2004-12-30 11:35:04 +00:00
< ? php include ( TEMPLATEPATH . '/searchform.php' ); ?>
2004-12-30 11:14:01 +00:00
< ? php endif ; ?>
2006-02-12 07:53:23 +00:00
2004-12-30 11:14:01 +00:00
</ div >
2004-12-30 11:25:15 +00:00
< ? php get_sidebar (); ?>
< ? php get_footer (); ?>