Viewing 2 replies - 1 through 2 (of 2 total)
  • Depends on your theme where its located but I would start off opening the Theme Editor and selecting index.php

    Do a search for “entry-utility”.

    When you find that data just delete the entire DIV tag.

    From

    <div class="entry-utility">
    to
    </div>

    go to loop.php file and remove/ or commenting the below code

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

    How to commenting?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Posted in Uncategorized | Comments Off | Edit from the twe’ is closed to new replies.