Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created February 25, 2016 05:19
Show Gist options
  • Select an option

  • Save farookibrahim/c172105585a56615ef25 to your computer and use it in GitHub Desktop.

Select an option

Save farookibrahim/c172105585a56615ef25 to your computer and use it in GitHub Desktop.
Bethlehem Remove Comments Display
add_action( 'init', 'bethlehem_child_init', 10 );
function bethlehem_child_init() {
// remove nav links on header
remove_action( 'bethlehem_page_after', 'bethlehem_display_comments', 10 );
remove_action( 'bethlehem_single_post_after', 'bethlehem_display_comments', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment