Thanks to this and this i was able to adapt the solution to my problem.
Solution:
add_action( 'init', 'wpa58471_category_base' );
function wpa58471_category_base() {
add_rewrite_rule(
'blog/([^/]+)/page/(\d+)/?$',
'index.php?category_name=$matches[1]&paged=$matches[2]',
'top'
);
add_rewrite_rule(
'blog/([^/]+)/(feed|rdf|rss|rss2|atom)/?$',
'index.php?category_name=$matches[1]&feed=$matches[2]',
'top'
);
}
Related Posts:
- Clean install – Changing permalinks in twentyeleven give 404
- Home page Pagination – Other pages do not redirect to home page template
- WordPress /page/2 gives 404 when custom permalinks is set to %category%%postname%
- WP Category Archive /page/2+ pagination issue 404
- After server migration only the homepage works
- Changing permalinks gives me 404 errors on nginx
- Get the current page URL (including pagination)
- Why is “/page/2/” not working?
- Get current URL (permalink) without /page/{pagenum}/
- Setting 404 page in Nginx
- Including category-base in a post permalink results in 404
- WordPress thinks my custom route is a 404
- Date based URLs for custom posts and pagination
- Adding anchor to paginate_links + Safari anchor bug
- Homepage loads but all permalinks are 404 when using nginx & PHP-FPM
- Posts not working on windows after changing permalinks
- removed index.php now all pages 404
- Archive pagination causing 404 with permalinks structure
- Redirect old permalinks with Month and name to Post name on new site
- Permalinks Structure and 404 Question
- Add ‘articles’ prefix before blog posts url without affecting pagination
- Attachment page 404 not found when image is attached to post
- After moving from subdirectory to home, home page does not display
- Changes to permalink structure results in 404 error for all pages other than home
- permalink changed, now getting 404 for every pages
- Permalinks broken regularly
- 404 Page Not Found for Only One Post
- Permalink /%category%/%postname%/ returns 404 on OSX
- Permalinks keep reverting to 404 unless I re-save them
- Problems redirecting to “pretty” permalinks (wordpress in Subdirectory)
- Permalink change made author archive vanished
- Permalinks okay some pages but 404 error on others
- Custom permalink for search and pagination
- wp_logout_url redirects to incorrect page because of pagination
- AWS WordPress Install – pages/posts 404 on restart until updating permalinks
- WordPress 404 in development area
- Permalinks by page/post name returning 404
- How to Get Page 2 / Paginated RSS Feed with Custom Permalink Structure?
- Custom Permalink
- Pagination Issue – /page/2 404
- Editing Pages Give 404 Error After WordPress Upgrade in Admin Panel
- page nested 3 levels deep shows 404
- Changing the post date without causing 404 error
- Nginx Rewrite Rule:: index.html added to every permalink
- Moving local wordpress page to a real server subdomain broke my permalinks?
- How to make /search/ without parameters not return a 404?
- 404 Error Problems with sCategory Permalink plugin
- Why does the ‘Month and Name’ Permalink Format not Work on my new WordPress Site (running on IIS7)?
- Help with Elementor Pagination CPT archive 404 problem
- next_posts_link URL does not include name of custom post type
- Why is page/2/ not working?
- WordPress post-name permalink redirects to site.com
- Page preview is shown, updating page gives 404 error
- Edit page slug after save, cause 404 by linked pages
- Unable to get /%postname%/ permalinks working, 404 on all links
- Correct permalinks and 404-error
- What would cause a theme to add extra characters to blog post links?
- Permalink Doesnt Work – URL Not Found
- Getting 404 when Access post which name start with Digit
- 404 when going to /blog
- Permalinks 404 error with HTTPS host
- Permalinks stopped working – NO update, mod_rewrite enabled, .htaccess not touched
- WordPress can generate numeric permalinks, which then 404
- Custom permalink structure gives 404
- Accessing Subdirectories in WordPress Install
- Post preview gives 404 when permalinks are purely date based
- WordPress suddenly changed all links to example.com/example.com/
- Resolve 404 on posts without category
- How to handle paging/pagination with a custom permalink?
- Permalinks on post is working, on pages 404 error
- Visiting posts results in 404 errors after host migration
- Change permalink structure for pagination only
- How do I change the permalink structure without getting 404s?
- 404 permalink errors on Pages only
- 404 on internal pages, in all sites in my local server
- Pagination using paginate_links
- WordPress pages and posts are redirecting to server IP address instead of domain URL [closed]
- Page redirect to 404 when set Permalink = “Post Name”
- Pagination url for page template
- Fix 404 error after changing permalink structure
- Why does enabling Permalinks make pages not found?
- WordPress Permalinks 404 bug with “next” button
- Changing permalink settings causes 404
- Main blog page works but title says Page not found
- problem with pagination in custom permalinks
- how to set up wp in folder within static website?
- permalink and add_rewrite_rule – error 404
- WordPress permalink change causes all incoming links to give 404 errors
- Pagination breaks on child-categories, works fine on parent-category
- using wp_redirect to redirect to a permalink
- old permalinks not found
- The requested URL was not found on this server [closed]
- WP-e-commerce (getshopped) – Annoying permalink issue [closed]
- Browsing to permalink prefix results in 404
- Problem with special character WordPress
- Whole site’s pagination not working after rewriting product permalink
- Xampp 7.3.3 fresh install of WordPress 404 pages unless permalink is set to plain
- MySQL-inserted custom taxonomy term lead to 404, flush rewrites doesn’t help
- Custom structure permalink preventing 404
- Extending page urls without getting a 404