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