Skip to content

Instantly share code, notes, and snippets.

@juanfra
Created August 15, 2018 15:23
Show Gist options
  • Save juanfra/5db50c8747298c807d64c27487a4b3f2 to your computer and use it in GitHub Desktop.
Save juanfra/5db50c8747298c807d64c27487a4b3f2 to your computer and use it in GitHub Desktop.
Remove the footer meta comments section on the single post template.
<?php
//* Do NOT include the opening php tag
add_filter( 'nice_post_footer_meta_comments', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment