Hi,
On the single post pages, I want to display the next and previous posts in the category, but I want to use those posts' titles as the link text. How do you do this?
<?php previous_post_link('« %link', ???, TRUE) ?>
I've tried '%link', '', 0, etc.... but I can't figure out what to put for the link.