I would like to know how I could use image(s) for navigation in the archives of a site I am working on...
In other words, I now have the code:
<?php next_post_link('%link', 'newer', TRUE, ''); ?>
<?php previous_post_link('%link', 'older', TRUE, ''); ?>
and the browser displays the words "newer" and "older" respectively. I would like to replace the words with L/R arrows (.png images). I have tried several variations of the aforementioned code to no avail. Please help...
thanks in advance