http://www.emmafrostfiles.com/?s=emma
Now go to next entries, and you will see it shows the same thing it did on first page.
This is teh code I have:
<p><?php if (have_posts()) : ?><?php $temp_query = $wp_query; query_posts("showposts=10"); ?><?php previous_posts_link('<< Previous 10 Entries', '0') ?> | <?php next_posts_link('Next 10 Entries >>', '0') ?><?php while (have_posts()) : the_post(); ?><br /><br />
<h3><a href="<?php the_permalink(); ?>" alt="<?php the_permalink(); ?>" title="<?php the_permalink(); ?>"><?php the_title() ?></a></h3><small>Posted <?php the_date() ?> at <?php the_time() ?></small><br /><br />
<?php the_content('<img src="http://www.emmafrostfiles.com/wp-content/themes/eff_v3/images/read_more_button.gif" alt="Read More" title="Read More"/>'); ?><br />
<small>Posted in <?php the_category(',', 'parents' ); ?> by <?php the_author_nickname(); ?> | <a href="<?php the_permalink(); ?>#respond" title="respond"><img src="http://www.emmafrostfiles.com/images/comment_add.png" alt="respond"/></a> | <img src="http://www.emmafrostfiles.com/images/comments.png" alt="comments"/> <a href="<?php comments_link(); ?>"><?php comments_number('no comments','1 comment','% comments'); ?></a> | <a href="<?php the_permalink(); ?>" title="Permalink"><img src="http://www.emmafrostfiles.com/images/page_white_link.png" alt="Permalink"/></a><br /><br /></small><div class="hr"></div><?php endwhile; ?> <?php previous_posts_link('<< Previous Entries', '10') ?> | <?php next_posts_link('Next Entries >>', '10') ?>
<?php else : ?> No posts found. Try a different search?<?php endif; ?>
Also, what is going on with this search? If i search any thing, it will show all posts even though most of the posts don't contain the word. For example - search biography...it comes up with all the posts previously search, even though none of those posts contain the word biography...???