Skip to content

Instantly share code, notes, and snippets.

@calliaweb
Created October 3, 2015 12:12
Show Gist options
  • 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