Home Forums WordPress Themes – Premium Circumference Date on posts Reply To: Date on posts

#20891
Anonymous
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', 'circumference' )