Hi,
I am trying to get my portfolio website up and running and I'd love for each individual post page to give links to the next and the previous posts in the same category, as opposed to next and previous posts overall.
I am using the Gallery theme, and here's the code that the theme uses:
<?php next_posts_link(__('<span class="meta-nav">«</span> Older posts', 'thematic')) ?>
and
<?php previous_posts_link(__('Newer posts <span class="meta-nav">»</span>', 'thematic')) ?>
I know how to do this in Wordpress, but Gallery seems a little bit too tricky.
Any help would be appreciated!
Thanks,
Tim