How to remove.. posted on (date) by ... on wp twenty ten default theme

joe0074

Regular Member
Joined
Dec 1, 2008
Messages
408
Reaction score
129
Hi there,

I'm struggling for a while now.
Trying to go to function.php but don't know which line to delete.

function twentyten_posted_on() {
printf( __( '<span class="%1$s">Posted on</span> %2$s <span class="meta-sep">by</span> %3$s', 'twentyten' ),
'meta-prep meta-prep-author',
sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s</span></a>',
get_permalink(),
esc_attr( get_the_time() ),
get_the_date()


I try to delete a few time but my whole site is disappeared.

Can somebody help, please?

Thanks in advance.
 
There are plugins available to do this. Just search for plugin in the Add plugin section of dash board.
 
Thank you so much.
It works now.
 
Back
Top