• the: Posted in Uncategorized | Leave a comment

    I check everywhere I can. However I can’t remove it or don’t know what to delete in the code.

    I’m using the Twentyten theme.

    Thank you in advance.

    Kind regards,

    Frank

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    In the theme’s functions.php, you need to tweak this codex:

    function twentyten_posted_on() {
    	printf( __( '<span class="%1$s">Posted on</span> %2$s <span class="meta-sep">by</span> %3$s', 'twentyten' ),

    Perhaps you want to consider creating a child theme, otherwise when you update WP, all your changes will get overwritten.

    Thread Starter fvdvhome

    (@fvdvhome)

    Thank you for your help. However, I don’t know how and where to create a child theme.

    I was able to remove “Posted on date and by admin by placing a php comment in the following code located in loop.php:

    <?php /*?><div class=”entry-meta”>
    <?php twentyten_posted_on(); ?>
    </div><!– .entry-meta –><?php */?>

    However, I can’t find the one that removes the Posted in and Leave a comment.

    Moderator t-p

    (@t-p)

    Thread Starter fvdvhome

    (@fvdvhome)

    Thanks a million t-p! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do you remove: Posted on November 3, 2010 by admin and’ is closed to new replies.