I would like to add a date tag showing when the post was made. Like here where there's a little calendar next to the post. Is there a plugin that will do this?
Thanks,
Tom
[sig moderated]
I would like to add a date tag showing when the post was made. Like here where there's a little calendar next to the post. Is there a plugin that will do this?
Thanks,
Tom
[sig moderated]
They probably use multiple instances of the_time() with date format strings to specify month, day and time:
<?php the_time('M'); ?> = Feb
<?php the_time('j'); ?> = 17
<?php the_time('g:i A'); ?> = 11:30 PM
Thanks! I added the date in the loop so that will work for the time being. I'd still like to get something like that little calendar graphic though.
Tom
I guess you could ask Scott if he'd let you use it on your blog...
http://www.scottkelby.com/blog/wp-content/themes/skblog/images/bg_dateblock_top.gif
Right. I thought about that but I thought there might be a plugin that would have something similar.
Thanks again for your help.
Tom
This topic has been closed to new replies.