Tagged Questions
0
votes
2answers
250 views
WP_Query most viewed posts, in multiple Post Types, last 30 days, excluding a specific taxonomy term
OK so I'm about 90% done, the only part that keeps breaking is when I try to exclude a specific taxonomy term.
Break down:
Sorting: ('v_sort' => 'views') This is being done via the popular ...
0
votes
1answer
318 views
Display posts from Last 24 hours and order them based on most views
I am trying to display the posts of last 24 hours and order them by most views.
I call the most views by this code:
...
0
votes
1answer
160 views
Does wp track views for posts?
I want to do a query and sort posts by views. Is this possible? I'm not even sure where to start..