You could filter get_pagenum_link. The parameter has to be paged, not page then.
add_filter( 'get_pagenum_link', 'wpse_78546_pagenum_link' );
function wpse_78546_pagenum_link( $link )
{
return preg_replace( '~/page/(\d+)/?~', '?paged=\1', $link );
}
But I would rather try to fix the broken rewrite rules.
Related Posts:
- Custom permalink for search and pagination
- Post archive pages bringing me to a 404 page
- Get the current page URL (including pagination)
- Why is “/page/2/” not working?
- Get current URL (permalink) without /page/{pagenum}/
- Date based URLs for custom posts and pagination
- Archive permalinks
- Adding anchor to paginate_links + Safari anchor bug
- 404 on category.php pagination
- Permalinks for WooCommerce Categories and Subcategories
- Rewrite url / permalink for default archive – yearly / monthly
- Add ‘articles’ prefix before blog posts url without affecting pagination
- Change of permalink structure – redirects in htaccess breaks the archive links
- Clean install – Changing permalinks in twentyeleven give 404
- wp_logout_url redirects to incorrect page because of pagination
- How to Get Page 2 / Paginated RSS Feed with Custom Permalink Structure?
- Programatically changing post’s permalink when identical post type is published
- Date Archives’ Permalinks under Category folder
- Pagination Issue – /page/2 404
- next_posts_link URL does not include name of custom post type
- Why is page/2/ not working?
- Can’t select blog month within archive category
- Advanced author permalinks
- Disable date based archives for all categories except one
- Path to Pages Resolves to Archive instead of Actual Content
- permalinks issue and archives
- How to handle paging/pagination with a custom permalink?
- Pagination using paginate_links
- Home page Pagination – Other pages do not redirect to home page template
- Pagination url for page template
- I Need to use Month , year in my all archives and pages of my wordpress site
- problem with pagination in custom permalinks
- Strip subcategory base from URL
- archive by year and category: permalink support doesn’t work on pagination
- Whole site’s pagination not working after rewriting product permalink
- Customize URL for specific tags archive
- WordPress /page/2 gives 404 when custom permalinks is set to %category%%postname%
- How to get a clean pagination link without variable
- Added .html to Woocommerce permalink but pagination don’t work!
- Pagination links for taxonomy archive page 404 error on every page except first
- Permalinks – Archives
- WordPress Archives Cause Looping
- WordPress Pagination Not Working After Transfer from Localhost
- Add Custom Pagination Permalink
- Search page Paginations not working
- Permalink, links a page to the homepage
- Permalinks of archive tag wordpress
- WordPress archive posts returns user to homepage
- Pagination is not working, how to trace it properly?
- How to change pagination base from slash to query form?
- Category pagination first link works, remaining don’t
- Getting the terms from “Beautiful Taxonomy Filters” Results ot Integrate into “Ajax Load More”
- Strip category base from URL?
- How does WordPress create URLs that Apache knows about?
- Performance of my permalink structure?
- Page permalink conflict with Date
- If permalink is equal to current site url
- How to use author id in post permalink
- Remove parent slug for child pages
- WordPress 403 issue when passing parameters in the URL
- Media items hogging pretty permalinks
- Make Category Base Appear in Posts Permalink (but not tags)
- Getting a 500 internal server error ONLY on wp-admin/options-permalink.php
- How to replace “wp-content/blogs.dir” with “media” for attachment permalinks?
- How to hyperlink both post thumnail image and post title text in wordpress?
- Permalinks okay some pages but 404 error on others
- How to get “last year from [spec year] that has posts”?
- Force pretty permalinks?
- WordPress Permalinks & Nginx Rewrite Rule Not Working
- Page and Category With Same Slug – Looking To Silo Website
- Override category permalink to match old non-WordPress links?
- filtering special chars from post slug
- How to change old permalink?
- WordPress permalink prefix
- Hierarchy of Subcategories on Permalink (bug?)
- Exclude single page from permalink rule
- Browsing to permalink prefix results in 404
- WordPress Posts forced to load as Uncategorized
- replicate url permalink after migrating to wordpress
- I need to change the attribute of the isPermaLink guid in the WordPress RSS feed – from false to true
- Changing permalink for blog posts, current structure www.website.com/blog-post, change to, www.website.com/blog/blog-post
- Does wordpress take care of slug collisions?
- Fatal Error when trying to load Permalinks page on WP admin [closed]
- Cannot publish posts or pages when I change permalink structure
- Remove Permalink of certain posts
- How to find a page in admin based on it’s permalink
- rebuilding/ rewriting a url to make it SEO friendly
- Very strange behaviour related to htaccess and custom posts and custom posts substrings (BUG?)
- Permalink change during save of post
- Changed Permalinks settings, how do I redirect posts on Nginx?
- Category-dependent custom permalink
- Pretty permalinks (again)
- How can I get WordPress CPT archives and page templates to work with prettified permalink settings?
- Passing user defined variable into get_permalink
- How to change my URL on intranet
- Error: “Sorry, this content could not be embedded” when using the Embed block
- WordPress not remembering old slugs for pages
- make a new structure tag that does some processing
- how to ensure url uses post_name and not query post id?
- Updating failed. The response is not a valid JSON response. on Fedora