Reply To: remove comments date and time in Aspire pro

Homepage Community Forums Aspire Theme Support remove comments date and time in Aspire pro Reply To: remove comments date and time in Aspire pro

#18431
Wes
Moderator

    Try adding this to your functions.php file –

    // Remove the date and time on comments in Genesis child themes
    add_filter( 'genesis_show_comment_date', '__return_false' );