how to remove the at [time] from the post info
May18
Open up your child-functions.php file and insert this line in it:
function comicpress_display_post_time() { return ''; }
What this does is ‘override’ the post time function and returns empty information instead of posting the time that the post was created.
– Phil
Discussion ¬