koko-analytics icon indicating copy to clipboard operation
koko-analytics copied to clipboard

Shortcode for total # of visitors (e.g. a site counter)

Open intentionally-left-nil opened this issue 5 years ago • 1 comments

This PR provides the ability to add the total # of visitors as a shortcode. You can use it in your site (say in footer.php) with the following:

<span>
  Visitors:
  <?php
    echo do_shortcode('[koko_analytics_site_counter days=30]');
  ?>
</span>

If there's support for the PR I'm happy to clean it up, provide unit tests, support for pageviews vs visitors, etc.

Thanks!

intentionally-left-nil avatar Mar 10 '21 22:03 intentionally-left-nil

Hey @dannyvankooten, this PR has been sitting for awhile. Do you mind taking a look and giving feedback?

intentionally-left-nil avatar May 31 '21 21:05 intentionally-left-nil