[Jetpack] How to make Popular Posts widget use views counted by Jetpack
-
Hi! I’m using a Popular Posts widget on my website and I want it to use the views counted by Jetpack, because the way it’s counting now is not accurate, and Jetpack counts everything.
Right now I’m using this on the widget:
'numberposts' => $number, 'meta_key' => 'post_views_count', 'orderby' => 'meta_value_num'
I don’t what I should replace on the code to count Jetpack views. Thanks!
- The topic ‘[Jetpack] How to make Popular Posts widget use views counted by Jetpack’ is closed to new replies.