Forums

[resolved] How to remove author name, time and date from posts and pages? (6 posts)

  1. rana2u
    Member
    Posted 1 year ago #

    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.

  2. MAS
    Member
    Posted 1 year ago #

    Remove

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

    from loop.php file

  3. rana2u
    Member
    Posted 1 year ago #

    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.

  4. rana2u
    Member
    Posted 1 year ago #

    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.

  5. silverface
    Member
    Posted 1 year ago #

    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?

  6. MAS
    Member
    Posted 1 year ago #

    can u give ur file?

Topic Closed

This topic has been closed to new replies.

About this Topic