Custom Navigation Using Images
-
Hello all!
I’m stumped!I read the doc page regarding the next and previous links in the navigation menu, I’m trying to use a button (img tag) for next and previous links, I don’t need the previous and next posts’ title linked. I just need the urls. How would I do that?
how can I get this default:
<?php next_post_link('%link »') ?>
to just output the url of the next post where LINK is?
<a href="LINK"><img src="/images/nav_prev.jpg" alt="prev"/></a>
Thanks for the response guys.
(Technically, I can just use a list and black out the text showing the image as background… I really don’t want to do that though. The list refuses to style correctly across browsers and it has to be pixel perfect. img tags are just easier)
- The topic ‘Custom Navigation Using Images’ is closed to new replies.