If I understand correctly, you want to show more results on your search results page? this is defined by the posts per page setting in the admin panel, but can be modified in the search.php template by adding this before the loop:
<?php
$myquery = "&posts_per_page=50"; // set to number of results you want per page
$myquery = $query_string.$myquery;
query_posts($myquery);
?>
Related Posts:
- List posts based on first letter of posts
- remove_query_arg() on rewrite rule
- Not refreshing content pagination on search result
- WordPress triggers 404 on page 2 for custom search query
- Search page pagination does not work
- wordpress custom search page pagination returns 404
- Pagination in author, category, archive and tags pages does not work
- Search URL redirect problem
- Search, pagination, the last pages leads to 404 page
- get_posts custom paging
- Search pagination link redirecting to a link that doesn’t work with pagination
- Pagination diplays always 2 pages
- Search URL gives 404
- Search engine not working
- Search pagination rewrite to fix 404
- How to display pagination links for WP_User_Query?
- post pagination names, not numbers
- How to fix pagination after rewriting url? ie. www.site.com/players/type/pro/page/3/
- Implementing a general Table of Content across single paginated post pages
- Custom WP_Comment_Query with pagination and orderby?
- Pagination: How do I always show ‘previous’?
- Varying the number of posts per page from the first one
- Using pagination with get_posts on page type
- Static front page with recent posts pagination
- Paginate tags page
- How to display next and prev pagination links with WP_User_Query?
- Custom taxonomy list and sortby letter pagination problem
- Custom Page Template for “Older Posts” Pages
- How to change title tags on paginated posts?
- paginate_links() outputs extra empty pages on custom loop
- When to check for max_num_pages using WordPress REST API?
- Adding pagination to a custom archive template
- How to make my pagination loop continuously?
- add spans and characters into paginate_links
- wordpress Next/Previous post in same category not working
- WordPress Pagination not working, any ideas?
- Altering next_posts_link(); and previous_posts_link();
- Prev and Next link for splitting single post into multiple pages [duplicate]
- Pagination: /tags/tag_name/?paged=2 gives a 404 error
- How to disable pagination (next/previous links) on post type archive?
- wp_query ‘s’, search filter with pagination is not working
- Wpdb result with pagination
- Pagination indication “/page/2/” are removed from url and auto redirect without /page/2/ : 301 redirection
- Pagination with no ‘page’ slug
- Modify WP_List_Table pagination “item(s)” text?
- How to stop WordPress returning 404 on paginated pages after using add_rewrite_rule()?
- Invalid previous pagination links generated from paginate_links()
- Pagination not working on custom page
- Pagination customization
- Pagination w/Static Front Page
- paginate_links() don’t properly work in search.php?
- How do I fix this ‘Undefined variable:’ debug message?
- How do I paginate a list of categories?
- Post Pagination Modifications (wp_link_pages)
- /tag/tag_name/page/2 gives a 404 error
- Wp-pagenavi giving page not found on clicking page 2
- How can I change pagination numbers with next and back button?
- Post Navigation Not Working In Blog Template – Redirecting to same page with correct URI
- Pagination on and tag.php not working
- How to get rest api pagination headers via fetch
- Can I use paginate_links() to add a pagination list, yet prevent it from inserting links?
- Page links are not working after moving domain [closed]
- Pagination on search results page
- How to remove /page/2/ from home page?
- Problem when I try to insert pagination
- Change the format in the paginage_links
- Pagination on WP_User_Query not updating current page
- Blog pagination WITHOUT using max_num_pages
- paginate posts on admin page
- Page navi for template page
- WordPress paginate_links function: How do i ensure the page number is not less than 1 and not greater than last
- Pagination on page 2+ only
- How to replace pagination with Next/Previous for multi page posts?
- How to Add Pagination to Page?
- Disable and redirect pagination of Home
- Can’t Add Pagination
- How to hide empty pagination button when no previous page
- Pagination not working on homepage, On other pages it is working
- next and previous category name and link parent only wordpress in archive page
- WP_User_Query counter not updating with pagination
- Remove Number Of Pagination [closed]
- I would like help getting my pagination to work
- Display Both next previous and number in single page [duplicate]
- Need help on wordpress pagination script
- Update Gallery Randomly in every hour with no duplicates?
- Custom page pagination based on Kriesi pagination
- Test for if you’re on 1st page of paginated post (with nextpage quicktag)
- 404 error Custom search results page for custom post types with friendly URL
- Pagination issue [duplicate]
- Pagination link problem when reaching the second page
- Add next and previous post links on pages like category, tags or archive pages
- Stop loading more posts if none left AJAX
- Intercepting $_GET variable from custom pagination
- Default pagination in Home/Front page
- Making a Killer wp_link_pages
- pagination leads to 404 page
- Show pagination in WP_Query
- How to automatically load more data when users reaches at the bottom of the page of the wordpress site?
- Stop pagination when static homepage is set
- Is ‘pm’ used by core?