Styling the_date function
-
What I want to do is style every part of the date differently, i.e Thursday, August 2nd, But I’m not sure what the best way to do that is.
Currently I have:
<h2><span class="fancy"><?php the_time('l');?></span></h2><h2><?php the_date('F jS');?></h2>
I’m mostly interested in making the nd part of 2nd be small and up in the corner of the 2. Does anyone have any advice on this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Styling the_date function’ is closed to new replies.