Have changed the date to +8 and it shows correctly in options - but not when the posts are written.
Cutline Theme Support Forums » General
Time of Posts is incorrect
(2 posts)-
Posted 4 years ago #
-
Found it!
nevermind - found it!
this link led me to enter the function.php file from the theme - which i had suspected:
http://wordpress.org/support/topic/117098?replies=8#post-558179once in i found:
$now_gmt = current_time('mysql', 1);
which i've changed to
$now_gmt = current_time('mysql', 8);and a test post showed up properly.
: )/s
Posted 4 years ago #
Reply
You must log in to post.