Skip to content
New issue

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

Include posts with not views in query #28

Open
jeanrinvil opened this issue Aug 22, 2019 · 1 comment
Open

Include posts with not views in query #28

jeanrinvil opened this issue Aug 22, 2019 · 1 comment

Comments

@jeanrinvil
Copy link

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 ?

@K-Q-J
Copy link

K-Q-J commented Jun 30, 2021

found it! , simply put add to your WP_Query()
'views_query' => array('hide_empty'=>false)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants