So, hello, I have a wordpressblog and a problem. I would like to show when I've posted. But I don't find the option in my adminpanel...
How should I do ?
Thanx a lot (and sorry if I'm not in the good part......) (But I'm Blond, so, it's a little hard =P)
What and how it is displayed... it's mainly a matter of how your theme is built. There are template tags that let you display the date and time (hours, minutes, even seconds) but those tags has to be in the template files of your theme.
http://codex.wordpress.org/Template_Tags#Date_and_Time_tags
Thank you, I'll give a look ;)