Skip to content

Instantly share code, notes, and snippets.

@flymke
Created October 5, 2021 10:19
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 flymke/3fa82114483bcd546dd5d448e22fad4d to your computer and use it in GitHub Desktop.
Save flymke/3fa82114483bcd546dd5d448e22fad4d to your computer and use it in GitHub Desktop.
santapress - allow comments on single door pages
function santapress_allow_comments() {
add_post_type_support( 'door', 'comments' );
}
add_action('init', 'santapress_allow_comments');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment