I found the solution as following.
Settings –> Post Types Order –> uncheck “Auto Sort
If checked, the plug-in automatically update the WordPress queries to use the new order ( No code update is necessarily )”
then the sorting wouldn’t be effective everywhere.
I want to know how to achieve this too.
I have same issue, there is no auto watermarking when I upload picture.
Here is my setting:
http://imgur.com/Fw3onft
http://imgur.com/G6jKV2o
hi all,
did this problem be resolved?
I found the issue is caused by the wrong key name to get from comment array.
the origin source code is
strtotime($comment_obj["created_at"].'+0000')
the fixed source code is
strtotime($comment_obj["createdAt"].'+0000')
Sincerely,
Micky