• Resolved rana2u

    (@rana2u)


    How do I remove author name, time and date from my posts and pages, please? I am using Twenty Ten, the new default theme for WordPress 3.0.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Remove

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

    from loop.php file

    Thread Starter rana2u

    (@rana2u)

    Sorry, it didn’t work. I removed from the loop.php file the following code

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

    But the author name, date and time still showed up.

    Thread Starter rana2u

    (@rana2u)

    Oh sorry, it did work. I was commenting out the wrong <div class=”entry-meta”> I was removing that for the Gallery instead of after the line that says How to display all other posts.

    Thank you very much for you help.

    I’m trying to do the same thing – I don’t want the author’s name or the window.

    But I deleted the code as shown, updated everything, exited, logged back on, unpublished it, republished with a new date – every time it was still there (even with the new publishing date.

    The code is gone, so how can this happen?

    can u give ur file?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove author name, time and date from posts and pages?’ is closed to new replies.