Hi,
I have created my own wordpress template. On the homepage i have it showing the posts, but what i want to do is rather than having the page expanding with each post, i would like to only show 1 post at a time and then click to switch to the next post within that category?
i found this code
<?php next_post_link('%link', 'Next post in category', TRUE); ?>
but dont know where to put it and also how i limit the page from only showing 1 post at a time from that category?
Hope this makes sense?
Cheers
Tom