REPLACE WORDPRESS NEXT AND PREVIOUS IN COMMENTS PAGINATION


/ Published in: jQuery
Save to your folder(s)

Obvious but useful for styling Wordpress pagination


Copy this code and paste it in your HTML
  1. $("a.next").html("»"); //replaces with >>
  2. $("a.prev").html("&laquo;"); //replaces with <<

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.