2
30/11/2024 7:09 pm
Topic starter
Hello everyone,
I’m currently facing an issue with the pagination on my WordPress site, which is built using the Divi theme.
The problem is that when I click on the pagination links (e.g., "Next" or page numbers), the articles fail to load, and I get a 404 error in the Google Dev console.
Here’s the error message:
jquery.min.js?ver=3.7.1:2 GET https://mysite.com/blog/page/2/?et_blog 404 (Not Found)
What I've Tried:
- Checked Permalinks: I reset and re-saved the permalinks to ensure they are configured correctly.
- Checked Plugin Settings: Verified the WP PageNavi settings to ensure it's compatible with the Divi theme.
- Inspected Custom Code: Verified the custom CSS used to style the pagination.
- Verified Divi Native Pagination: Tried switching to Divi's native pagination, but it also didn’t work.
Has anyone faced a similar issue with pagination not working in Divi? How can I fix the 404 error and make pagination work again? Any help would be greatly appreciated!
1 Answer
2
30/11/2024 7:18 pm
If your blog page has a slug blog, AND in the Settings >> Permalinks >> Category base is blog again - there is going to be a conflict!
Change it to something else!
See the screenshot below:
Thanks! It worked! 🙂 Cheers