Support » Fixing WordPress » Remove categories and comments from blog: Completely!

  • I want the date, author, category and comment functions completely removed from my theme, customized from Twenty Ten.

    To delete the date and author, in functions.php I deleted all the code between the curly brackets in the _posted_on() [line 466] so it now looks like this:

    function twentyten_posted_on() {
    }

    This works.

    However, when I did the same for the _posted_in() [line 466] it does not work.
    function twentyten_posted_in() {
    }

    What’s wrong?

Viewing 1 replies (of 1 total)
  • Thread Starter adunate

    (@adunate)

    Think long enough and you can answer your own question!

    I went into loop.php and blocked the code from <div class=”entry-utility”> to </div><!– .entry-utility –>

    This did it. It eliminates the category and comment functions.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove categories and comments from blog: Completely!’ is closed to new replies.