• I’d like to remove the post date from the images in AutoFocus… any help is much appreciated! Also, I found another post with how to remove RSS link but I kept getting an error… any other ideas? ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • I managed to remove the post date from the images by deleting line 13 from home.php:

    <div class=”entry-date bigdate”><abbr class=”published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”><?php the_time(‘d M’); ?></abbr></div>

    Seemed to work fine.

    just what i was looking for. THANKS

    ive been looking to do this as well in the free version of AutoFocus+, but i cant seem to find the home.php on the wordpress listing or on the ftp listing! am i going mad or am i just a supernoob? can someone please please help me find this line.
    thanks

    chathamandcharlotte

    (@chathamandcharlotte)

    i’ve followed the above advice and removed that line from the home.php

    but…

    chathamandcharlotte.com

    I’m now getting small entry dates above each post on the homepage.

    Please advise!

    Super early on in the process. I just want to start out on the right foot.

    JasonOLeary

    (@jasonoleary)

    Hichathamandcharlotte

    Remove:
    <div class="entry-date bigdate"><abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO') ?>"><?php the_time('d M'); ?></abbr></div>

    I think you have the last part removed, just take out the whole thing from <div> to </div> inclusive.

    chathamandcharlotte

    (@chathamandcharlotte)

    JasonOLeary.

    Fantastic. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘AutoFocus – Removing date from images and RSS’ is closed to new replies.