WP BlogBabel show your (or others) site/blog rank and trend from BlogBabel stats
WP BlogBabel show your (or others) site/blog rank and trend from BlogBabel stats. In your template insert: <?php wp_blogbabel('your-blog-slug'); ?> or set it like Widget
FEATURES
HOW TO
In PHP inline function mode you can set some args. This is the XHTML/CSS layout
<?php wp_blogbabel('blogslug=undolog'); ?>
args
* blogslug Your BlogBabel blog slug (default '')
* container_before Main tag container open (default <div>)
* container_after Main tag container close (default </div>)
* show_title Show Top Header Title (default '1')
* show_rank Show Rank (default '1')
* show_trend Show Trend (default '1')
or single rank value
<?php wp_blogbabel_get('blogslug=undolog', 'rank'); ?>
or single trend value
<?php wp_blogbabel_get('blogslug=undolog', 'trend'); ?>
For more information on the roadmap for future improvements please e-mail: g.fazioli@saidmade.com
Requires: 2.8 or higher
Compatible up to: 2.9.2
Last Updated: 2010-2-5
Downloads: 353
Got something to say? Need help?