Open jeanrinvil opened 5 years ago
Hi,
I use your plugin with WP_Query, and when I use 'orderby' => 'post_views' , it only show posts with views OR posts featured (?)
Can we also show posts with 0 views ?
found it! , simply put add to your WP_Query() 'views_query' => array('hide_empty'=>false)
'views_query' => array('hide_empty'=>false)
Hi,
I use your plugin with WP_Query, and when I use 'orderby' => 'post_views' , it only show posts with views OR posts featured (?)
Can we also show posts with 0 views ?