Formating page links via functions.php?
-
Is it possible to format the page links so that they appear like this:
<a class="page-item" href="(the_link)"><img src="images/home.png" alt="home" /><span>Home</span></a>
Adding the img tag and span tag is important. It would be the same image for all links. I want to do it dynamically. CSS won’t work in this case because I need to create this format in order to do what I want with JQuery to create a special navigation.
Please help.
Thank you,
Chris
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Formating page links via functions.php?’ is closed to new replies.