• I am looking to remove the “Posted in” that appears on the posts on the homepage as well as every post.

    I edited the functions.php to show

    function twentyten_posted_in() {
    }

    But it still shows on the homepage posts.

    How do I get rid of it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Don’t edit the Twenty Ten theme! Your changes will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

    Thread Starter charriott4

    (@charriott4)

    I dont plan on upgrading…

    home page code is in loop.php

    anything from and including:
    <div class="entry-utility">
    to and including:
    </div><!-- .entry-utility -->

    these blocks occur three times im loop.php – the last one is the one you want.

    I dont plan on upgrading…

    Were you aware that, if you don’t upgrade to newer versions of WP as they become available, your site will become far more vulnerable to hackers?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘TwentyTen Theme "Remove Posted In"’ is closed to new replies.