Hi
How can I add the category title to this code so that it will read:
More (category name) Reviews
Previous (category name) Reviews
<span class="old"> <?php next_posts_link('« More Reviews'); ?></span>
<span class="new"><?php previous_posts_link('Previous Reviews »'); ?> </span>
Regards
Bluesplayer