• Hi,

    im having this problem with the author and time of Revision, in posts:

    i.E: “30 October, 2011 @ 11:51 by Caio”

    A lot of times it is wrong! My GMT configuration is right, just like the config in my computer. But i’m having a lot of troubles when i deal with the revision feature.

    Another weird thing is: the Author’s name in revision appears wrong too. For example, if a do a change in someone else’s post, the name that appears first (the automatic save) is from the original author of the post (which is not online).

    Is there any plugin or code i can use to fix it? Is someone who is having the same trouble? I aprecciate any help, and thanks!

    Sorry by the poor english (i’m still trying to improve it),
    Caio

Viewing 1 replies (of 1 total)
  • Hi caioamoedo,

    Sorry to hear you’re having trouble with your time zone and author settings in WordPress. Just to clarify, have you set your Time Zone per these instructions?

    Set WordPress Time Zone and Language

    If that is correct, make sure that you are using this along with the_time() to get the time stamp for your posts:

    $gmtOffset=get_option('gmt_offset');

    To change the author for a post, you will first need to display the available authors when you are editing a page or post. To do this, once you are in the edit screen for a Page or Post, click “Screen Options” in the upper right of your screen and select “Author.” You will then see a drop down menu in the edit screen which will allow you to change the author.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with revision time and author’ is closed to new replies.