for instance:
<div class="date">
<div class="month"><?php the_time('F'); ?><div>
<div class="day"><?php the_time('j'); ?><div>
<div class="year"><?php the_time('Y'); ?><div>
<div>
http://codex.wordpress.org/Template_Tags/the_time
http://codex.wordpress.org/Formatting_Date_and_Time
there are different way to position these divs:
learn more here:
http://www.w3schools.com/css/css_positioning.asp
Thread Starter
js09
(@js09)
Thanks for the help however I should have specified I’m looking to modify the hard code so it will reflect each post.
I know CSS so positioning isn’t an issue, I just need to know how to modify the PHP.
that is the modified php/html.
use it in the loop instead of the code that is there to show the time.
depending on your html structure.
as you haven’t posted the code you are using now, there is nothing else i can suggest.
Thread Starter
js09
(@js09)
Ah ok – well I’m working with the ‘thematic’ theme, so I’m not sure where the loop is. Everything is in hooks and actions. I’ll try again.