Hi,
Thanks for your feedback, I just added an order option in the 1.4.1 🙂
Hi,
Sorry I should have added more details. The sorting can only be done with meta keys, and we use transients (cache) on GAPP. So on value refresh the meta key is added.
That means that you have to wait (or display all of your posts in the Posts admin section) to have all of the meta key values stored, then the filtering will work fine 🙂
Hi,
What should i write in wp_query to sort my posts?
For example:
‘meta_key’ => ‘views’,
‘order’ => ‘DESC’,
‘orderby’ => ‘meta_value_num’,
or something else?
The meta key is named _gapp_post_views, you can do a classic sort with this meta key.