IceyD
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Ten] Customize "twentyten_posted_on" function for DateAlchymyth,
I figured it out. The code I took from the post you gave me? It was missing a period. All fixed now!
Thanks for your help.
I’m not sure if this thread is still open, but I ran into the problem where when I take off the
overflow:hidden, my background (just plain white) disappears.If I add a background to my
#contentarea, it only covers the width of the content, not the sidebar area.Here’s a link to my site: http://www.iceydesigns.com/blog/
And help will be greatly appreciated! Thanks!
Forum: Themes and Templates
In reply to: [Twenty Ten] Customize "twentyten_posted_on" function for DateDo you know what I should do, Alchymyth?
I’m going insane trying to figure this out.Thanks
Forum: Themes and Templates
In reply to: [Twenty Ten] Customize "twentyten_posted_on" function for DateThis is it:
500 – Internal Server Error
Forum: Themes and Templates
In reply to: [Twenty Ten] Customize "twentyten_posted_on" function for DateI also tried this one, but I still get that server error:
http://stackoverflow.com/questions/4979658/wordpress-customization-postdate-time-for-the-function-twentyten-posted-onHelp!
Forum: Themes and Templates
In reply to: [Twenty Ten] Customize "twentyten_posted_on" function for DateI tried that.. but when I reload the page, it says there’s a server error. Am I just supposed to replace:
get_the_date()with:
'<time class="month">' . get_the_date('F') . '</time><time class="day">' . get_the_date('d') . '</time><time class="year">' get_the_date('Y') . '</time>'Sorry, I don’t know much when it comes to php and scripting.
Thanks!