I need to remove date from posts of certain category ...
I can find following code in loop-single.php
“sprintf(esc_attr__( ‘View all posts by %s’, ‘unspoken’ ), get_the_author() ), get_the_author()), get_the_date(),”
Please help me what code i need to add so that posts of certain category will not display dates..
Thanks
Kris