I am working on my site and updating the navigation. I added the following:
<p><?php previous_post('%', 'Previous: ', 'yes'); ?>
|| <?php next_post('%', 'Next: ', 'yes'); ?></p>
The previous part shows the title of the previous. The next does not. How do I make it show that? They are both set up the same, so why wouldn't it work?
Example: http://moltenwords.net/picto/index.php?p=46
Note: this is on my Pictorialis II install. But the tags should work the same, right?