Hi,
My homepage on the following website: baptistebeauvisage.com is a portfolio page and it keeps loading the same 5 posts… So the more you scroll down, the more the 5 posts show up…
How can I change this?
Apparently it does not iterate the page in the navigation link, but the theme merely calls the built-in WP function next_posts_link()
. Make sure no plugin is tampering with the navigation and also see what happens if you use it in a non-static page.