Remove Date/Time/Author

  • Unknown's avatar

    Hi, I am also using twenty-ten and have the same questions. Do I change in the Single post template from:

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

    to:

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

    and to remove the utility from:

    <div class=”entry-utility”>
    <?php twentyten_posted_in();

    to:

    <div class=”entry-utility (display:none;)”>
    <?php twentyten_posted_in();

    please advise. Many thanks.

  • Unknown's avatar

    Thank you, SacredPath!

  • The topic ‘Remove Date/Time/Author’ is closed to new replies.