Return to Snippet

Revision: 23913
at February 16, 2010 15:54 by vagrantradio


Initial Code
$("a.next").html("»"); //replaces with >>
$("a.prev").html("&laquo;"); //replaces with <<

Initial URL


Initial Description
Obvious but useful for styling Wordpress pagination

Initial Title
REPLACE WORDPRESS NEXT AND PREVIOUS IN COMMENTS PAGINATION

Initial Tags
wordpress, replace

Initial Language
jQuery