Hallo,
wie kann ich denn darstellen, wie viele Nutzer bereits einen Blog-Beitrag aufgerufen haben?
Ich finde da keine Variante, dies auszuweisen. Z.B. Neben Datum, Verfasser und Kategorie.
Ggf. würde es reichen, die jeweiligen Aufrufe der Beiträge im Dashboard auslesen zu können.
Danke für eine Info.
Gute Zeit
Uwe
Hallo Uwe,
Are you looking to add a view counter to your blog posts? If so then there’s nothing like that in the theme unfortunately. Maybe you could try to search for a plugin which would add that functionality for you?
LG,
Rikard
Hi Rikard,
thanks for (bad) information. I’ll look for a plugin. Do You know anything that works with the theme?
Is the a plan to realize it?
LG,
Uwe
Hi Uwe,
We haven’t tested the theme with any plugins like that unfortunately, and we have no plans of implementing functionality like that in the theme core.
Best regards,
Rikard
Hi,
I found a article it shows a way to have a counter in WordPress:
https://www.meduo.de/2014/04/29/wordpress-anzahl-der-aufrufe-eines-artikels-anzeigen-ohne-plugin/
There are 3 questions.
Is there a way to copy the code into the function.php
and if yes:
it is possible to activate the counter in every blog article
Post_Views::increment_post_views(get_the_ID());
and read the counter
echo Post_Views::get_post_views(get_the_ID());
Thanks for Information.
Uwe
Hi,
Thank you for the update.
The link leads us to a page with a 502 bad gateway error. Is it the correct URL? As an alternative, you can install the Google Analytics plugin to monitor the traffic coming to the site.
// https://developers.google.com/analytics/devguides/collection/analyticsjs
Best regards,
Ismael