Saltar navegación

[Resuelto] Display total count visit for post or count views of post

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:
Display total count visit for post or count views of post

Solution:
Unfortunately there is no such native feature exists. However - its possible to implement such functionality with Toolset but its beyond the scope of our support policy as it will need custom programming.

You can use available plugins.

You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/statistics-cpt/#post-1081338

Relevant Documentation:
=> https://wordpress.org/plugins/wp-post-visit-count/
=> https://wordpress.org/plugins/post-views-counter/

This support ticket is created hace 6 años, 4 meses. 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Minesh hace 6 años, 4 meses.

Asistido por: Minesh.

Autor
Mensajes
#1081254

Tell us what you are trying to do?

Maybe you can help me with some questions.

So i want to built i dashboard with a table (chart.js) with all posts from the current user = the author of the posts.
So good so far. Now i need the total number of visits and unique visits one specific post has.
Where and how can i implement this?
How can i get a total Posttype count from the current user?

So the chart can show all his post types with the visit count.

cheers

#1081331

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - first of all, I would like to know here that do you have any field that stores the total post count per user per specific post?

#1081335

no i have not.

is that possible? can you give my a walkthrough?

#1081338

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Well - Unfortunately there is no such native feature exists. However - its possible to implement such functionality with Toolset but its beyond the scope of our support policy as it will need custom programming.

I think that you should find a plugin and use that and try to get that value in your content template. For example:
=> https://wordpress.org/plugins/wp-post-visit-count/
=> https://wordpress.org/plugins/post-views-counter/