The views tag has no wiki summary.
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 ...
0
votes
1answer
25 views
count the number of views of a post excluding own views
I am using WP Post Views plugin to display the post number of views. To do so, I use:
<?php if(function_exists('the_views')) { the_views(); } ?>
This plugin gives 3 choises in its setting :
...
0
votes
1answer
37 views
an action hook when a post reaches a certain number of views
I am using WP Post Views plugin to display the post number of views. I use:
<?php if(function_exists('the_views')) { the_views(); } ?>
I am creating a badge system for my wordpress site. My ...
0
votes
1answer
91 views
Popular posts by view with Jetpack
I'm using Jetpack to retrieve the number of views for each blog post.
Is there a way to use this to generate a call to the most viewed posts and list them?
I've been wanting to do that for a long ...
-1
votes
1answer
35 views
Integrating CSS Into a WP Function Call [closed]
Below is a code I use to display post views. It is integrated with an options panel which allows users to choose whether to display it.
I would like to integrate the div class .postviews directly ...
0
votes
2answers
333 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
30 views
Posts being viewed
I am looking for a way to list posts being viewed but I can't find anything online.
Is it even possible? I've seen some websites that have these loops, "What other readers are currently reading".
...
0
votes
1answer
28 views
how can view all three subcategory in same line(found ex: and code)
i use the code to view subcategory on category page
<?php
if(is_category()) {
$breakpoint = 0;
$thiscat = get_term( get_query_var('cat') , 'category' );
$subcategories = get_terms( ...
0
votes
1answer
53 views
Post Views Code Hacks
// Post views
function getPostViews($postID){
$count_key = 'post_views_count';
$count = get_post_meta($postID, $count_key, true);
if($count==''){
...
0
votes
1answer
947 views
WooCommerce Grid / List view
Is there any experience with Woocommerce Grid / List view plugin, I set to automatically start the list view but the problem is that while the page is loading initially opens a grid view and instantly ...
0
votes
1answer
123 views
how to localize the number of wordpress post views?
I want to display post view in localize number. I add these function in function.php to do so
function make_bangla_number($str)
{
$engNumber = array(1,2,3,4,5,6,7,8,9,0);
$bangNumber = ...
0
votes
1answer
365 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
305 views
Check if post id exist in table than only update instead of inserting new row
I am trying to add simple view counter for my advert and everything seems works fine with below code but only it is inserting each time new row on post "Update". What I want if the post id is exists ...
-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
1answer
55 views
How to add “time” data this?
I am using this simple snippets to get post view count for a long time
I was wondering if we can add a "time" data ?
Because I would like to show the view of yesterday/ 2 days ago / 2 days ago etc... ...
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
1answer
298 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 ...
0
votes
1answer
301 views
sort posts by getPostViews in functions.php
I have the following function in functions.php that allows sorting alphabetically or by recency. I want to change the alphabetic to sort by most viewed. This is the code I have for the sorter, which ...
0
votes
1answer
648 views
How to show total view count across all posts for an author
I'm using wp-postviews to track views for posts by authors on my site. It stores the view count in the post meta field $views. I'd want to show on their profile a total count of views for all their ...
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 ...
0
votes
1answer
61 views
Make view count for pop up post
I'm using SimpleModal to allow users to click on a post excerpt on my homepage and popup a box showing the full post. However it doesn't count for an actual view of the post when this happens. Is ...
0
votes
1answer
397 views
How to sort a loop after most viewed
I have a site and i'm almost done with it. It have teached me a lot about wordpress, although i'm still a noob who doesn't know anything about php or programming (besides html).
I have managed to ...
0
votes
4answers
2k views
How to display number of page views on a post?
Is there any currently supported plugin to display the number of page views on a post? wp-postviews seems to be the most commonly used, but it requires modifying the theme (which would require ...
0
votes
2answers
67 views
Is there a way to have the view link on manage posts page to open in a new window or tab?
Hi I am trying to figure out on how to get the "view" link on the manage posts / custom post types and pages to open in a new tab or window.
I know it is probably possible to do via the ...
1
vote
3answers
660 views
Counting pageviews on high-traffic cached sites
Our site is quite high traffic and we use both nginx and w3 total cache to handle the load. We've previously been using wp-postviews to count the page views, but it seems to be locking the postmeta ...
1
vote
1answer
239 views
Add link on the top menu of the post table?
Is there any way to add links on the top, as pictured below?
1
vote
1answer
331 views
How to remove the Unattached filter on Media Library List?
For example, at /wp-admin/upload.php are displayed the following filters by:
All (6) | Images (6) | Unattached (6)
How can I remove the "Unattached (6)" filter by?
Thanks in advance.
2
votes
3answers
709 views
Community and User Generated Content Website: Have been thinking about Drupal but leaning on Wordpress heavily
I'm a non-programmer and run a food website (plain - jane Dreamweaver) along with a simple Wordpress powered blog.
I envisioned creating a food website that is both user powered (one can submit ...
1
vote
3answers
4k views
How to Change Loop to Order Posts by Views (using wp-postviews plugin)
I hope somebody would be kind enough to help. I currently have a page that orders all of the posts by comment count, but I want to change the loop to order the posts by view count. I have installed ...
1
vote
2answers
177 views
How to find time last viewed?
I want to run an update script on pages that haven't been viewed and updated within X days. I'm using post meta to cache some related RSS feed data, and I want it updated once a week or two, but only ...
