remove comments date and time in Aspire pro

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18420
    alan
    Customer

      Hello guys can you please give me the code to remove the date and time in comments of 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' );
        #20449
        A. Gerardo
        Customer

          thanks wes

          #20467
          Wes
          Moderator

            @A. Gerardo You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.