As I wrote I expected it to be something I overlooked and it was.
If you replace
esc_url( get_pagenum_link( $big ) )
with
html_entity_decode( get_pagenum_link( $big ) )
it does what it needs to do.
Related Posts:
- what are the numbers between curly brackets in search query
- Search custom post type by meta data
- Search Terms – Querying on either description__like OR name__like in the same Term Query?
- Custom Permalinks Break Search Pagination
- search through post-type attachments titles
- How can I get all posts data from within a paginated search result?
- Change searched term
- Search query -> Show all pages except certain template
- Temporarily storing main search result
- Query based on title, with ‘compare’ => ‘IN’
- is_search called incorreclty
- Attempt to improve WP search, can someone check my SQL query?
- Searching With Apostrophe
- How to reset usual $query on search page to push custom $wpdb query there?
- Ideas how to search & replace post_content when string contains a newline?
- How to insert Collate into WordPress search query?
- Slow Search Queries – How to exclude pages, media, excerpt, authors, private posts?
- Pagination on search results page
- How to interfere to default search to make it search in custom fields?
- How to manage a particular “order by” for get_search_query()?
- WordPress search in modified post title
- Filter orders by modify date
- How to add url parameter to every search query in SearchWp?
- Add rewrite rule for archive search
- Restrict WordPress search to a single ACF field
- Query Post interferes with Pagination
- My custom pagination not displaying
- Modify behaviour of “s” parameter in wp_query
- Sort by postmeta on when searching
- Speed up search query that searches in post meta?
- How to get all images in Media Gallery with pagination?
- How to make MySQL search queries with quotes
- $query->set( ‘post_type’, ‘post’ ); not working
- search.php is not generating the right results
- Run search query again without pagination gives no results?
- WordPress: paginating array using a foreach
- Search results stuck on page 1
- is_search called incorrectly
- Trying to Add Paging to Single Post Page
- Pagination not working with custom loop
- How to Optimize WP site for millions of posts
- How many WordPress SQL Queries per page?
- Advanced Custom Fields – Query Efficiency
- How do I sort multiples pages?
- How to display lastest post date in the homepage?
- Transient pagination not working properly
- How to tell if $query_var isset?
- Custom search page and search by title, content and tag
- Sorting Grids with Essential Grid and Events Manger
- Get the timout value of a saved transient?
- Taxonomy.php issue with search and filters
- Does meta_query work within get_posts array?
- Slow meta_query with about 4 milion record on wp_postmeta
- How to show more than 5 posts?
- WP Query Sort by meta value (date)
- mySQL query. ORDER BY meta_key
- Strange string in console from wpdb query
- Update slug (URL) of pending posts via phpMyAdmin
- Select query for a login
- What’s wrong with my $wpdb prepare?
- remove_query_arg() on rewrite rule
- How to get an array of years from all of the search results, and use it to filter by year the paginated loop?
- wpdb print all post meta
- Not refreshing content pagination on search result
- Multiple Category Query
- wp_list_pages() refuses to output posts
- Can’t seem to do combined query AND sort?
- sort query results by newest
- Get a list of posts by specific category
- How to get category/tag in URL for Pagination links?
- Break up posts per page in two sections
- Query the WordPress database to get data together with replaced information
- WordPress SQL search, how to handle SQL Injection?
- Pagination issue with tag.php
- Updating with $qpdb->query() always returns 0 rows affected
- Query to view scheduled or draft post
- I am officially missing something about transient posts
- Can I paginate this get_attachment query?
- How to add a Variable to post query
- Sort a list of a CPT ( job) if a meta is empty
- Trying to get all links in my posts
- Creating a custom WP query for a Custom Post Type
- How to filter result set in custom metaboxes?
- Remove pagination if search returns empty
- Restore WordPress Backup Locally?
- Trouble migrating custom post types from non-wordpress cms
- How to show terms from another taxonomy
- WP Query Relations / Compare
- Run an update query in a function
- Add generic page to WP_Query
- Advanced Custom Fields Query with Different Values of the Same Key
- No results for taxonomy archive page
- Search page Paginations not working
- Slow query when joining wp_posts with a lookup-table?
- How to perform a search inside a specific taxonomy category
- Filter the feed page post limit
- Using wp_list_table how to trigger update function “inline”?
- Filter multiple different main queries on custom pages
- WP_Query older new links navigation?
- Can I make a Heading block above a query loop block disappear when that query loop has no results?