You must be using an image button for your submit. It sends the x and y coordinates of where the button was clicked as well as any other get parameters. I would recommend using a standard submit button and then use CSS to replace it with an image. Alternatively if you don’t know CSS a button tag with an image inside it should work eg:
<button type="submit"><img src="https://wordpress.stackexchange.com/questions/29805/search-button.png" alt="search" /></button>
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
- what code to add to search.php
- 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 determine if theres a next page
- Why do you need an unlikely integer in paginating?
- paginate_links() don’t properly work in search.php?
- How to get the number of Pages in a single Post Pagination?
- Next/Previous Links in same category
- How To create ajaxed wp-pagenavi?
- Using paginate_links() to generate “1, 2, 3 … 10, 20, 30, 40… 55” paginations
- Pagination not working for Custom search form & custom result template
- Combining WordPress pagination functions for archives and search results
- Passing custom args in paginate_links
- Custom Permalinks Break Search Pagination
- Paginate a list of users?
- Allow Users to Choose Pagination or Next/Previous (Combine)
- Pagination that includes “view all on one page”
- Custom page-links for paginated posts | wp_link_pages quicktag
- Jetpack plugin – ‘posts_per_page’ not overriding ‘Blog pages show at most’ option, also different values for different post types?
- Pagination with get_posts seems to work but links not showing
- Using pre_get_posts to filter out posts, pagination problem
- How to let crawlers search paginated comments?
- How can I get all posts data from within a paginated search result?
- In pagination, change link for page 1 to homepage
- Frontpage pagination issue with paginate_links() function
- pagination with sticky posts
- Multi Site Search Pagination is Broken
- How do I insert CSS into a function?
- wp_list_categories pagination
- Insert pagination links – wp_link_pages() – before filters on posts
- Pagination not applied on posts
- Pagination for multiple queries for different authors on author.php
- WordPress 5.5 breaks pagination in an older plugin
- How to get “nexepagelink” and “previoiuspagelink” in wp_link_pages?
- Paginate Pages by only showing 3 pages at most
- Using Pagination with Timber Routes
- Is it possible to have pagination with an offset loop?
- Authors list Pagination?
- Exclude certain post formats from pagination
- How to use pagination on costum post type
- How to make WP Query Pagination work
- How do I toggle pagination on/off in search results and category listings via a link?
- How to paginate with letters instead of numbers?
- Archive pagination not working
- How to customize pagination links?
- Wp pagination for custom database table
- How to customize wp_link_pages()?
- How to implement a slideshow on WP similar to these examples?
- Pagination Error : Duplicate argument being outputted
- Pagination for search results from a custom query
- Page with Multiple Loops Breaking Pagination
- Can posts_nav_link show post titles?
- The paging is very slow under a large number of articles
- Custom admin page pagination permissions error
- Pagination – not progressing
- Woocommerce products per page dropdown
- Error 404 on pagination on homepage
- Pagination Adding Numbers in Strange Fashion
- Adding pagination to a custom template that uses custom post types?
- Why are my paginated result links not working?
- Pagination don’t list all entries on Index.php
- WordPress default gallery pagination when in page (is_page)?
- How do I hide a Gutenberg block when paginating
- Understrap Custom Pagination
- Pass global variable from Page 1 to page 2 (Pagination)
- How to remove url from omission dots in WordPress pagination?
- Pagination not working on archive.php
- Pagination repeating posts on search results
- Paginate Images To Similate Map Drill-Down
- Pagination 301 redirecting page 1
- change pagination url
- Creating a Back button on detail post page to go back to blog page with same query strings and page id
- page/2 not working in wordpress it showing 404 page erorr
- Extra pagination pages being wrongly generated
- 404 Error on pagination with WP Query
- What is wrong with my code ? pagination does not show up
- Pagination re-direct to main page [duplicate]
- Plugin to show pagemap beneath certain page and next/previous page beneath certain page?
- Paginating custom posts in categories yields a 404 error
- Fix Pagination Directory on a page set as Front Page/Main Page [duplicate]
- Pagination for custom post type not working [duplicate]
- Pagination with wp_pagenavi not working on custom page
- how to apply Pagination on post
- Add Pagination in custom loop
- Custom Post Type Pagination For Genesis Child Theme [closed]
- Modifying previous_posts link to use AJAX
- paginate_links with select option
- I want the “next” and “previous” buttons to appear in my custom navigation function