Reply To: Portfolio template in Guru

Homepage Community Forums Guru Theme Support Portfolio template in Guru Reply To: Portfolio template in Guru

#18200
Wes
Moderator

    Add this to your functions.php file –

    // Remove Date/Time in Comments
    add_filter( 'genesis_show_comment_date', '__return_false' );

    Let me know if that helps