12345678910111213141516171819202122232425262728293031 |
- <?php get_header(); ?>
- <div class="container" role="main">
- <div style="margin:80px 0 -110px;">
- <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>
- </div>
- <article id="content" class="single" >
- <div class="row">
- <div class="col-sm-12">
- <h1 style="font-size:28px;font-family:CM Sans;">Analytics</h1>
- <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>
- </div>
- </div>
- <div class="row">
- <div class="col-sm-6">
- <h4>Recent Visitors</h4>
- <ul class="list-group">
- <?php echo dw_wik_places()?>
- </ul>
- </div>
- <div class="col-sm-6">
- <h4>Content</h4>
- <ul class="list-group">
- <?php echo dw_wik_url()?>
- </ul>
- </div>
- </div>
- </article>
- </div>
- <?php get_footer(); ?>
|