I wonder if this syntax <?php previous_post( ); ?> can be used and customized to click on an image (such as on a photoblog) to see the previous post (image)?
I should also mention that I still use WordPress1.2. I don't know if that has anything to do with it or not. I noticed the main post, or content is displayed by this code:
<?php the_content( ); ?>
I've tried this combination...
<?php previous_post('%','<?php the_content( ); ?>','no','no'); ?>
...but it doesn't work.
Is the problem the PHP syntax, the CSS, or a combination of both?
Here's my photoblog site: spectrum