Created
February 25, 2016 05:19
-
-
Save farookibrahim/c172105585a56615ef25 to your computer and use it in GitHub Desktop.
Bethlehem Remove Comments Display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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