• Hi guys,

    Does anyone know how to get rid of the dates that show up over images on the autofocus home page? Looks great, however, I have been putting up some graphic design images, and have found that the date looks messy over other text elements within the images themselves. But can’t seem to figure it out within the style sheets.

    Ayudame por favor!

    Cheers!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter karolinap

    (@karolinap)

    also, what do I edit to change the orientation of the page links? I have quite a few, and they’re disrupting the layout of the page in their current vertical orientation. But nothing I change in css seems to work. Ideally I’d like them spread across the page in a horizontal row, underneath the blog title, perhaps in the place of the blog description.

    Thanks!

    Thread Starter karolinap

    (@karolinap)

    Ooh, just found how to get rid of the time. Delete the block of info within home.php that has the ‘bigdate’ keyword. Does that make sense? I don’t knowz the coder speakz yo.

    Thanks Karolina!

    Karolina

    Did you also manage to find out how to change the orientation of the page links. Still figuring it out myself…

    Thanks in advance!
    Michel

    Cool!!
    Thanks guys,
    ana

    does anyone know how to replace the bigdate with blog entry title? i’m a newbie and thought maybe this trhread could help out. thanks.

    figured it out.

    edit your home.php, find this:
    <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>

    replace it with this:
    <div class="entry-date bigdate"><abbr class="published" title="<?php the_title(); ?>"><?php the_title(); ?></abbr></div>

    hope that helps.

    Just so it’s clear to people like me, to remove the bigdate completely, edit home.php and find this

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

    and replace it (comment it out)with this

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

    It just seems to me people Like Allen have gone to a lot of work coding this stuff and it shows disrespect to hack it up. You never know, you might wish you hadn’t just deleted it one day!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘removing dates?’ is closed to new replies.