>
Download This Plugin | |
Download Elegant Themes | |
Name | Aistear GA Ranking |
Version | 1.1 |
Author | Endoh Shingo(mebius0) |
Rating | 0 |
Last updated | 2013-03-27 08:11:00 |
Downloads |
327
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Aistear GA Ranking plugin added 5 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
Aistear GA Ranking plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Aistear GA Ranking plugin ads no tables to your Wordpress blog database.This plug-in is to use the data obtained from Google Analytics to view the rankings of popular posts.
<?php if (function_exists('aistear_ga_ranking')) { aistear_ga_ranking(); } ?>
<?php
$args = array(
'container' => 'ol',
'container_class' => 'ga-ranking',
'before' => '<li class="ga-ranking-list ga-ranking-list-%1$d">',
'after' => '</li>',
'echo' => 'true',
);
if (function_exists('aistear_ga_ranking')) { aistear_ga_ranking( $args ); }
?>