Skip Navigation

[Resolved] post view counter – whats working ?

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Akhil 6 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#917184

Hi. i see many thread on this. is there any plugin that works well with toolset ?

I am using this : https://wordpress.org/plugins/wp-postviews/

it seemt the counter is not updating .

#917352

Hello,

I have checked the plugin you mentioned above, it is using a custom field "views" to store the post view count value, see the source code of plugin file wp-postviews.php, line 119:

update_post_meta( $id, 'views', ( $post_views + 1 ) );

but I am not sure why it is not working in your website.

Same as it, I suggest you try to find another plugin, which is using custom field to store the view count value, then you will be able to setup Views filter by the custom field and order by the custom field, for example:
https://wordpress.org/plugins/search/view+count/

More help:
https://toolset.com/documentation/user-guides/filtering-views-by-custom-fields/

#919170

Thanks
the issue was related to the types bug i reported earlier, its temp good now.