Tagged Questions
1
vote
0answers
129 views
define orderby URL with meta_key=post_views_count
I want to make an url with meta_key=post_views_count.
E.g: http://www.mysampleweb.com/?meta_key=post_views_count&orderby=meta_value&order=DESC
So the posts should be ordered by Views.
...
0
votes
1answer
282 views
show most viewed posts of last days by link?
I use this link to get most viewed posts:
http://mydomain.com/?post_type=movies&meta_key=post_views_count&orderby=meta_value&order=ASC
But that gives me ALL posts from this post type ...