Tagged Questions
0
votes
1answer
167 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..
0
votes
2answers
266 views
sort post types by amount of views
I have a custom post type that I want to do a type of news feed for, but I only want to show the ones with the most views. I know I can do a query for an "archive" of my post types, but my question is ...