Please help.
I have spent the best party of two days on this so far and it’s driving me mad.
I have this link which links to the next post in category Works great…
<?php next_post_link('%link', '<img src="https://steveread.anorak.co/files/images/right.gif"/>', TRUE); ?>
But I need it to spit out the code with a class attached as below…
<a class='next' href='***URL to next category post here***'><img src='files/images/right.gif' alt='right' /></a>
I can add the class to a ‘Span’ or ‘P’ but the page won’t work unless it’s on the ‘a’
Any ideas? This must be relatively simple right?