Show all content on search page
-
Hi,
In the admin panel -> settings -> reading, you can set the amount of posts your blog shows withtin one page. Let’s say you set it to three posts per page, and the third post will be positioned last with “go to next page” link. Unfortunately the number of posts shown in one page also effects the result of my search.php page. The result is, that if I search for a common word, the result list is also limited to show only three results although there should be a lot more results.
I’m using the <?php the_title(); ?> and <?php the_excerpt(); ?> tags to show to show the result as a teaser, but it’s a bit lame only being able to show a few results form the search engine.
How do I show all search results in a single page or at least get the option to choose how many results I wont to show per page?
Thank you in advance
Thomas Schreiber ??
- The topic ‘Show all content on search page’ is closed to new replies.