Plugin Support
Elvin
(@ejcabquina)
Hi,
You can adjust the order by value with the shortcode.
Example: [wp_show_posts id="1477" settings="meta_key=your-meta-key&orderby=meta_value_num&order=ASC"]
Where 1477 is the list ID of your list and your-meta-key is the post view’s meta key value.
Hi,
Thanks for your response. As I understand, WordPress doesn’t collect post view meta by default? I guess I’d need another plugin or is there as simple function code for that?
Thanks!
Plugin Support
Elvin
(@ejcabquina)
Hi there,
Yes that’s correct. You’ll need a plugin for that or you can try what these articles have to offer:
https://www.themexpert.com/blog/track-display-post-views-in-wordpress
https://blog.hubspot.com/website/wordpress-post-views
But we can’t guarantee how well they work.