The views tag has no wiki summary.
-1
votes
1answer
255 views
Remove 'portfolio' from URL
I was trying to remove portfolio-view from url and followed instructions to remove its name from highlighted section. This works but has left me with 'portfolio' now even though field is blank. What ...
1
vote
0answers
103 views
Writing a view count with w3 total cache
I am trying to develop functionality which counts how many times a post is viewed however I am also using page caching (APC possible memcache in the future) via w3 total cache.
The "view count" value ...
1
vote
0answers
136 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
0answers
16 views
WP Views - filter by custom fields in post type child
I am a junior WP programmer and I got stucked on creating a WP types filter.
I have to solve the following task:
I have a post type called trips (with multiple trips - trip A, B, C)
Post type ...