Home › Forums › Support › Hide Time on Comment This topic has 5 replies, 3 voices, and was last updated 4 years, 5 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 14, 2018 at 2:38 am #756324 Rizki Hi there, Default comment’s metadata is “December 14, 2018 at 05.00 PM”, then how to remove “at 05.00 PM” ? Thanks December 14, 2018 at 7:26 am #756665 DavidStaff Customer Support Hi there, go to Dashboard > Settings > General. Under Time Format select custom and leave the field blank. December 14, 2018 at 7:34 am #756674 Rizki I already try. When i do that, then metadata become “December 14, 2018 at”. How to remove “at” ? December 14, 2018 at 9:14 am #756804 TomLead Developer Lead Developer This function should do it: add_filter( 'gettext_with_context', function( $translated, $text, $context, $domain ) { if ( '1: date, 2: time' === $context ) { $translated = get_comment_date(); } return $translated; }, 20, 4 ); December 14, 2018 at 2:45 pm #757038 Rizki It works Tom, very thanks ๐ December 14, 2018 at 3:20 pm #757054 TomLead Developer Lead Developer You’re welcome ๐ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In