• Resolved lifeisvibe

    (@lifeisvibe)


    Hello all,
    I have installed with succesfull WordPress..

    Why each new post written is dated (defautl) : “3rd August” For me..

    Do we we get changed each time when we writte a post?
    Or is it automaticcaly updated at the current time and date?

    Don’t know…
    Anyone could help me,

    thanks

    regards

Viewing 14 replies - 1 through 14 (of 14 total)
  • 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.

    Moderator James Huff

    (@macmanx)

    … and misspelled “bug”.

    Thread Starter lifeisvibe

    (@lifeisvibe)

    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()

    Thread Starter lifeisvibe

    (@lifeisvibe)

    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..

    Thread Starter lifeisvibe

    (@lifeisvibe)

    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..

    Thread Starter lifeisvibe

    (@lifeisvibe)

    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?

    Thread Starter lifeisvibe

    (@lifeisvibe)

    I got to see that but I think it is not the problem the time server.. but i ‘m taking a look on it..

    Thread Starter lifeisvibe

    (@lifeisvibe)

    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?

    Moderator James Huff

    (@macmanx)

    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.

    Thread Starter lifeisvibe

    (@lifeisvibe)

    Big thank you to you all..

    I started learning..*

    regards,

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Date and Time Post BUGG’ is closed to new replies.