Skip to content

Instantly share code, notes, and snippets.

@calliaweb
Created October 3, 2015 12:12
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 calliaweb/0696ab2059afe3abe8ac to your computer and use it in GitHub Desktop.
Save calliaweb/0696ab2059afe3abe8ac to your computer and use it in GitHub Desktop.
<?php
// Remove the date and time on comments in Genesis child themes
add_filter( 'genesis_show_comment_date', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment