• WP Statistics version 13.2.6

    If you set a page as your static homepage, any hits to that page are stored in db table wp_statistic_pages with type=”home”.

    In wp-statistics/includes/template-functions.php
    function wp_statistics_pages()
    The hits are retrieved from the db table, with a WHERE clause
    type=’page’ AND id = …
    No hits are found with this WHERE clause because our homepage is stored as type=”home”, not “page”.

    Same issue probably applies in a similar way to the “Hit Statistics” meta box on page edit screen: It always shows “No data to display” for the homepage.

    • This topic was modified 2 years, 5 months ago by maltmann.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Reza

    (@reventon94)

    Hello,

    Thank you for reaching out to us.

    We detected this issue recently, and our developers are trying to fix it.

    Thanks for reporting this issue

    Thread Starter maltmann

    (@maltmann)

    Still not fixed in 13.2.15?

    Thread Starter maltmann

    (@maltmann)

    Really still no fix half a year and 12 versions later?
    The home page is the most important page of a website. It’s a shame we don’t get hit numbers for this page.

    Still the same problem here with (paid) version 14.1.3.1.
    Is this a bad joke?

    The issue is still present in my WordPress 6.3.1 installation with Plugin version 14.1.1

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hits for homepage not displayed in admin page list’ is closed to new replies.