Add Next and Previous Links with Images?
-
I am using the following to display Next and Previous links to navigate between posts:
<?php previous_post(' %', 'Previous Post', 'no'); ?> <?php next_post(' %', 'Next Post', 'no'); ?>
How do I add an image (e.g. a direction arrow) to each (to the left of ‘Previous’, to right of ‘Next’) that becomes part of the link (image links to next/previous post too) and remove the underlining of the each link as well?
Thanks for your time and help, it is greatly appreciated!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Add Next and Previous Links with Images?’ is closed to new replies.