We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
found it! , simply put add to your WP_Query() 'views_query' => array('hide_empty'=>false)
'views_query' => array('hide_empty'=>false)
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: