previous_post_link image replacement
-
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
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘previous_post_link image replacement’ is closed to new replies.