I think that’s because the code is doing strictly what you’re telling it to do, here:
$format = empty( $permalink_structure ) ? '&page=%#%' : 'page/%#%/';
Note: '&page=%#%'
.
Try building your permalink structure using add_query_arg()
, which handles proper appending of &
vs ?
.
Related Posts:
- wordpress Static Page pagination
- Pagination is somewhat working on frontpage, doesn’t update when “prev” is clicked
- Template hierarchy about pagination after front-page.php
- Pagination w/Static Front Page
- Fix Pagination Directory on a page set as Front Page/Main Page [duplicate]
- Reverse ordered pagination on home page
- One post on frontpage and an archive page
- WordPress /page/2 404 pagination problem – what to do?
- Paged posts – how to use numbers and next/previous links?
- how to get pagination link url?
- add_rewrite_rule – working fine but broken for pagination
- Check if on last page of paginated post using wp_link_pages
- How to paginate a list of tags
- How do I sort multiples pages?
- WordPress pagination on custom script
- Pagination is not working wp_query custom fields values
- Broken pagination
- pagenavigation not showing the next page just linking back to the main page [closed]
- Paginate get related post by author function
- Possible to paginate on single.php?
- Keep Pagination in Tabs
- Need help understanding pagination parameters
- redirect pages with no content, instead of 404 error, using max_num_posts?
- WordPress API returns empty page when page is less than X-WP-TotalPages
- Display only the current page number and another numbered page in pagination
- How can I paginate image attachments in a post?
- Pagination shows same contents all pages
- How to test pagination? [closed]
- Link to previous month’s posts
- How to get “nexepagelink” and “previoiuspagelink” in wp_link_pages?
- Paginate Pages by only showing 3 pages at most
- How to get “last year from [spec year] that has posts”?
- Pagination url canonical problem
- WordPress loading index page instead of archive.php
- How can I paginate a list of related posts?
- tag.php pagination and query_posts()
- Add icons in paginate_links()
- How can I use var php with javascript to build custom page? [closed]
- WordPress single page template, custom post type, pagination orderby title – alphabetical order
- Exclude certain post formats from pagination
- How to make WP Query Pagination work
- Single Page Views and Pagination View Depending on URL Query
- Category lists page foreach Paging
- Issue on single.php pagination WordPress
- Using Ajax in the prev_posts_link and next_posts_link
- Adding range to wp_link_pages()
- How to set up pagination [closed]
- WordPress triggers 404 on page 2 for custom search query
- Search page pagination does not work
- Pagination 404s on custom query
- How to customize wp_link_pages()?
- Customise wp_List_pages to output a UL LI
- Custom wp_link_pages for paginated posts | Next page randomly
- Pagination in home page for a custom loop loads same content
- Pagination not working with custom post type
- Displaying the author of next and previous posts in pagination?
- How to ignore pagebreaks for RSS feed?
- Pagination For Table Rows on a page?
- Universal CPT archive template and half working pagination
- Home page Pagination – Other pages do not redirect to home page template
- Problem with older entries in homepage
- remove $_GET-parameter from WP_List_Table::tablenav
- WP Page Navi. 404 error when using posts per page parameter [duplicate]
- Pagination for previous page/next page (with more than one post/page)
- Error 404 on pagination on homepage
- Pagination for custom post types
- Pagination in author, category, archive and tags pages does not work
- WordPress pagination with wp_query_columns
- How can I paginate results from get_children
- Setting up Pagination with twentytwelve_content_nav
- Why can i add /page/674874 (or any number) to a URL and it still pulls up that page?
- WordPress blog pagination not working
- How to add numbers pagination to this blog page?
- how can I do numeric pagination?
- Why next_posts(); function does not work inside header.php?
- Override the WordPress default pagination markup
- Pagination with Metaboxes or Custom Fields
- How To Get ‘Custom SEO Titles’ For Each Paginated WordPress Page?
- 2 Columns with Independent Pagination
- Prevent WordPress to remove query vars from url
- Paginate Links in Wp Query Shortcode
- Paginated Post List on Front Page
- Pagination not working on blog grid
- Pagination not working it makes no sense
- Google Indexed sub pages in wordpress pagination in post
- Paginate Links function: Page 1 doesn’t work
- How to display most viewed posts without any plugins
- Search engine not working
- pagenavi shows a lot of pages calculated from all posts in the site with query_posts
- How to devide post into more than one page using ?
- pagination for blog landing page
- URL rewrite breaking pagination
- Pagination is not working correctly there is this wierd looping
- Media library only show 2 items per page?
- margins in between pagination links [closed]
- Page navigation not working correctly on index but only on categories
- How to split long posts in multiple pages in twentysixteen
- Duplicating pagination on second page
- Stop pagination when static homepage is set
- Is ‘pm’ used by core?