Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1115904

    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

    • This topic was modified 5 years, 10 months ago by uniemiec.
    #1116169

    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

    • This reply was modified 5 years, 10 months ago by Rikard.
    #1117090

    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

    • This reply was modified 5 years, 10 months ago by uniemiec.
    #1117279

    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

    #1151190

    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

    #1152260

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.