/ Published in: jQuery
Obvious but useful for styling Wordpress pagination
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$("a.next").html("»"); //replaces with >> $("a.prev").html("«"); //replaces with <<