The time and date is automatically added/updated when you post, your maybe your theme has the date hardcoded? Silly thing to do but I can’t think of anything else.
Maybe your theme only display date and not time of the posts?
You don’t know but you posted this thread announcing a “bug” and shouted it no less?
Sounds like you incorrectly set the default date display in the Admin Options.
My themes display Date .. but the time is in administration interface..
my page:
http://www.lifeisvibe.com
Did you read the replies you got so far?
Default date format: n/j/Y in Options. Can also be overridden by the_date()
To get the date on each post of the same date, you would use the_time()
Yes in, option and in box “date format default” I have n j Y
and dows in bold character “3 august 2005”.
Excuse me I’m French ..
My website is hosting by OVH (france)..
The date post is always at 3rd august…
But in local with easyphp, I have not that problem of date post..
I have re-installed wordpress ..without touhnig anything
I have in option section:
Default date format: F j, Y
Output: August 3, 2005
Default time format: g:i a
Output: 4:55 am
so… I don’t see where the real problem..
and this also:
UTC time is: 2005-08-03 3:46:43 am
think that is fixed
my theme is default though:
http://www.lifeisvibe.com/wordpress
What is the date on the server set to?
I got to see that but I think it is not the problem the time server.. but i ‘m taking a look on it..
Okay I understand that is where all begins :
http://codex.wordpress.org/Template_Tags/the_time
but it is mentioned nowhere , no files inwitch we have to edit..
so what file?
It’s a template tag which simply displays the date and time for the current post, so you can you can put it anywhere you want, which is why that article doesn’t mention any files. If you want it show up on the main page of your blog, put it in your theme’s “Main Template” (or “Index” template). If you want it show up with single entries, put it in your theme’s “Single Post” template (or “Post” template). If you want it to show up in your archives, put it in your theme’s “Archives” template, and so on.
Big thank you to you all..
I started learning..*
regards,