• 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!

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Brilliant!

    Others said it could not be done with this template.

    That worked, flamenco, thank you!

    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: https://www.ads-software.com/support/topic/time-is-not-displaying-on-2010-theme?replies=2
    please don’t post the same question twice.]

    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)

    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.

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Twenty Ten 1.1 – Removing Date/Time Stamp?’ is closed to new replies.