page-analytics.php 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?php get_header(); ?>
  2. <div class="container" role="main">
  3. <div style="margin:80px 0 -110px;">
  4. <iframe id="map" width="100%" height="600px" scrolling="yes" frameborder="0" src="https://davidawindham.com/wik/index.php?module=Widgetize&action=iframe&disableLink=0&widget=1&moduleToWidgetize=UserCountryMap&actionToWidgetize=visitorMap&idSite=1&period=range&date=last30&disableLink=1&widget=1&token_auth=6785f36a6cacb01306dbd8d58a4207aa"></iframe>
  5. </div>
  6. <article id="content" class="single" >
  7. <div class="row">
  8. <div class="col-sm-12">
  9. <h1 style="font-size:28px;font-family:CM Sans;">Analytics</h1>
  10. <p>I just put this page together as a simple way to monitor and share traffic on this website. These are lists of the content and visitors from the last month.</p>
  11. </div>
  12. </div>
  13. <div class="row">
  14. <div class="col-sm-6">
  15. <h4>Recent Visitors</h4>
  16. <ul class="list-group">
  17. <?php echo dw_wik_places()?>
  18. </ul>
  19. </div>
  20. <div class="col-sm-6">
  21. <h4>Content</h4>
  22. <ul class="list-group">
  23. <?php echo dw_wik_url()?>
  24. </ul>
  25. </div>
  26. </div>
  27. </article>
  28. </div>
  29. <?php get_footer(); ?>