I'm currently working on a site that has a static front page and many other pages that are layed out in same way as the front page. Each has page title and content, followed by a loop of page specific posts.
The pages display the last 5 posts plus a 'Next / Previous' display that the bottom to navigate further back/foward. This works fine for all pages except home.
The home page will give next/previous links to the tune of '/page/2' whereas the other pages will include their catagory first '/help/page/2'. If I manually add the homes catagory to the link it works fine '/home/page/2'. Is their a quick way I can force the get_category_link to include the catagory.
I can think of a few long winded solutions, but hope their is something more simple.
Thanks