Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created September 11, 2015 16:16
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 generatepress/e1e1b94df4795b31062a to your computer and use it in GitHub Desktop.
Save generatepress/e1e1b94df4795b31062a to your computer and use it in GitHub Desktop.
Remove generate_paging_nav()
if ( ! function_exists( 'generate_paging_nav' ) ) :
function generate_paging_nav() {
echo '';
}
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment