Forums

Twenty Ten 1.1 - Removing Date/Time Stamp? (7 posts)

  1. brimstoneloa
    Member
    Posted 1 year ago #

    I need to remove the date/time stamp that appears on postings, however, I can't seem to locate the code to do so.

    I googled it, and looked in all the places that were suggested.

    I then read that you can modify that with Twenty Ten, but only with the paid version. Well, I'm not sure if that is true or not.

    Is it? I don't mind paying for a great theme... if I have to.

    Help??

    Thank you!

  2. flamenco
    Member
    Posted 1 year ago #

    Hi,
    Paid version of that... hmmm, never heard of it. Anyway...

    I couldn't find an easy PHP spot, but here's a quick and dirty way:

    Pop this line into style.css (Appearance, Editor...)

    .entry-meta {display: none;}

    Should vanish that sucker immediately for you.

    Cheers, Dave

  3. sabinaerotica
    Member
    Posted 1 year ago #

    Brilliant!

    Others said it could not be done with this template.

    That worked, flamenco, thank you!

  4. T10
    Member
    Posted 1 year ago #

    Hi
    My problem is just reverse to the above one. My 2010 theme is displaying date and author but not time. I want to display time. pls help
    Thanks

    [duplicate: http://wordpress.org/support/topic/time-is-not-displaying-on-2010-theme?replies=2
    please don't post the same question twice.]

  5. alchymyth
    The Sweeper
    Posted 1 year ago #

    edit functions.php of twenty ten;

    find:
    function twentyten_posted_on()

    then try and change this line:

    sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s</span></a>',

    into:

    sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s %2$s</span></a>',

    (untested)

  6. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    I then read that you can modify that with Twenty Ten, but only with the paid version. Well, I'm not sure if that is true or not.

    It's not true. There is no paid version of Twenty Ten. If you do modify the theme, be warned that 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.

  7. socialmediaicu
    Member
    Posted 11 months ago #

    dear flamenco,
    I have been trying to solve the "make the date go away on Twentyten" problem and your solution worked - thank you, thank you, thank you.

Topic Closed

This topic has been closed to new replies.

About this Topic