How to add date to my header ( i read previous post, i promise)
-
hi,
i want to add this to my site so i have the current date:<?php echo date(‘l jS F Y’); ?>
but 2 things. How do i position it where i want in my header?
Im 99% sure its the style sheet.
i just need help with coding. i can adjust it as needed if
someone will help.also, i used this version:
<div class=”date_cal”>
<div class=”day”><?php the_time(‘l’) ?></div>
<div class=”month”><?php the_time(‘M’) ?></div>
<div class=”date”><?php the_time(‘d’) ?></div>
<div class=”year”><?php the_time(‘Y’) ?></div>
</div>but for one, its stacked, rather than across like the first one and two
and probably MOST IMPORTANTLY, i move the position of it and it goes BEHIND the header image ??thanks for the help!
- The topic ‘How to add date to my header ( i read previous post, i promise)’ is closed to new replies.