Hi there, is there any chance to replace the text-link of Smarter Navigation Plugin with a left- and a right-arrow-image?
Thanks in advance & best regards,
Robert
Hi there, is there any chance to replace the text-link of Smarter Navigation Plugin with a left- and a right-arrow-image?
Thanks in advance & best regards,
Robert
Yep, just replace the first argument:
previous_post_smart('<img src="...">');
next_post_smart('<img src="...">');Thanks, Scribu.
Actually, it puts the images there, but for some reason it doesn't keep the hyperlink.
Any suggestion what could cause this?
Sorry, that should have been:
previous_post_smart('%link', '<img src="...">');
next_post_smart('%link', '<img src="...">');Perfect, thanks a lot!!!!
This topic has been closed to new replies.