• Hey all,

    I am trying to implement a method in which users/authors register to my blog and then with the author page template display their latest X posts with “previous posts” and “next posts” links.

    My problem lies with how I’ve set out my permalink structure, as the author.php pages have the URL MyBlog.com/Username. So when I use next/prev post page navigation it takes me to MyBlog.com/Username/Page/Number which in my head should’ve worked. Instead though it doesn’t, it just takes me to the main index.php page, while MyBlog.com/Author/Username/Page/Number does take me to the correct posts page.

    Any ideas in how to get around this? I’m pretty confident with custom queries and such, just needed some directional advice.

    Thanks~

  • The topic ‘Author next/prev post pages’ is closed to new replies.