Hey guys, I'm making myself a wordpress site, and i set to show 5 posts per page. When a user clicks the "view older posts" link, it shows the same posts as those on the front page.
Actually, to be honest, I'm not even sure which page deals with this page.
You are probably running a custom loop with the query_posts(); function. This is known to wreck paging. Check out this link to fix it: http://stylizedweb.com/2008/08/13/query_posts-pagination-problem/
Actually, to be honest, I'm not even sure which page deals with this page.
Good luck!