• Resolved pkamm

    (@pkamm)


    Is there a way to have the search results page list a number of posts greater than the limit set in WP?

    For various reasons, in Settings>Reading I have the “Blog pages show at most” set to 1. However, when my users do a search, I want to list 15 results per page. Is this possible?

    Thanks.

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Yes, just add a query_posts call before the Loop on your search results page.

    query_posts($query_string . '&showposts=15');

Viewing 1 replies (of 1 total)

The topic ‘Search Results’ is closed to new replies.