Hello, I bought your Post Grid plugin recently, and I really like it. Great work. The only thing I cannot figure out at the moment is how to generate a grid of popular posts. I read this thread:
It seems like I should choose the options:
Post query orderby > Meta value (number)
But there is no information about the meta key field and what to insert there.
Could you please help me with this?
![POST GRID: what meta field should I use for popular posts? 1 POST GRID: what meta field should I use for popular posts? 1](https://pickplugins.com/wp-content/litespeed/avatar/e43b18a41d8eb722159722dc45c50620.jpg?ver=1738301048)
![POST GRID: what meta field should I use for popular posts? 3 POST GRID: what meta field should I use for popular posts? 3](https://pickplugins.com/wp-content/litespeed/avatar/978ff02cf6cfb3e60ade623dd6942a3a.jpg?ver=1738285744)
![POST GRID: what meta field should I use for popular posts? 4 POST GRID: what meta field should I use for popular posts? 4](https://pickplugins.com/wp-content/litespeed/avatar/60b037d2fe05ceb39acb7f02dbd29bd8.jpg?ver=1738285093)
Welcome to our forum.
I just checked the plugin, can see they don't use meta key to save view count, they create custom table on the database to save views data, so I don't see any possible way to integrate with our plugin to display popular post.
https://imgur.com/a/ZSqqACh
I hope you understand,
The only way to display popular post by override query arguments via filter hook available in pur plugin, please see this documentation,
https://pickplugins.com/documentation/post-grid/filter-hooks/post_grid_query_args/
you will need to ask their support to get popular post ids as an array, so you can integrate with our plugin via filter hook.
Regards