Skip to content

Instantly share code, notes, and snippets.

@davecurrierseo
Last active August 23, 2020 17:22
Show Gist options
  • Save davecurrierseo/87f8583a9a3371f81bb40ea42c872201 to your computer and use it in GitHub Desktop.
Save davecurrierseo/87f8583a9a3371f81bb40ea42c872201 to your computer and use it in GitHub Desktop.
// Disable AJAX page navigation w/wp pagenavi
<script>jQuery(function($) {$('div.wp-pagenavi a').on('click', function(e) {e.stopImmediatePropagation();});});</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment