Skip to content

Instantly share code, notes, and snippets.

@hsquareweb
Last active December 12, 2016 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsquareweb/60cf6acf57f6deecde77801d1febb5a1 to your computer and use it in GitHub Desktop.
Save hsquareweb/60cf6acf57f6deecde77801d1febb5a1 to your computer and use it in GitHub Desktop.
FacetWP - Change arrows for FacetWP pagination
(function($) {
$(document).on('facetwp-loaded', function() {
$('.facetwp-page.first-page').html('First');
$('.facetwp-page.last-page').html('Last');
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment