Home › Forums › WordPress Themes – Premium › Circumference › Date on posts › Reply To: Date on posts
January 16, 2015 at 6:35 pm
#20891
Inactive
Hi Prisca,
There are two ways to hide. Either hide that element using following CSS :
.posted-on { display:none; }
or
remove the whole element by going into circumference_posted_on() function of inc/template-tags.php file. Here is the code which has it :
printf( __( 'Posted on: %1$s by: %2$s', 'circumference' )