Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created January 27, 2016 06:46
Show Gist options
  • Save farookibrahim/77bc31f49b65bcc54417 to your computer and use it in GitHub Desktop.
Save farookibrahim/77bc31f49b65bcc54417 to your computer and use it in GitHub Desktop.
Remove Post Navigation in Bethlehem
add_action( 'init', 'bethlehem_child_init', 10 );
function bethlehem_child_init() {
remove_action( 'bethlehem_single_post_after', 'bethlehem_post_nav', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment