php - Wordpress post prev/next arrow replace I.E. rel="next">«</a> - searched high and low and can't find the code? -


running plugin called wp single post navigation, i've customized styling of previous/next arrows replace "«" "<"...seems simple enough, , code appears in inspect element window in div, after looking through every conceivable file via ftp: plugin folder, wordpress folder, theme folder, etc. line of code, can't find it?!? can point me in right direction?

what's weird it's calling appears plugin folder file checked them , nothing of sort appears in of them, css or php:

<div id="wpspn-nextpost" title="next post: name"> <a href="link/" > rel="next">«</a> 

i doubt many people on here have plugin go searching in. so, if have jquery loaded $("#wpspn-nextpost a").text("<"); ?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -