Copyright © 2010 A. Fatih Syuhud. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
Posts Tagged ‘ bstat ’
Name of plugins: Top incoming search terms for this post – Plugin
Adapted from: bstat plugins
Rerwitten and bugs fixed by: Techbuzz
Functionality: Showing incoming search term tagging a user typed into a search engine to find your site. It will certainly add to your SEO performance, your website/blog visibility to search engine and thus your traffic.
Download: Download the zip file here.
How to install:
1. Upload bStat.php to plugins folder i.e. ../public_html/wp-content/plugins/–puthere–
2. It is essential that bstat_hitit be activated once (and only once) for every page load. In most themes (including the default and classic), it works perfectly when added to the bottom of the footer.php file.
<?php // this is the part that makes the bstats plugin work…
global $id;
if (!is_single()) $id = 0;
bstat_hitit($id, “read”);
?>
3. Insert the following piece of code in your single.php
<? if (function_exists(”bstat_refsforpost”)) { ?>
<b>Top incoming search terms for this post</b>
<ul><?php bstat_refsforpost($id, “ ”, “ ”); ?></ul>
<? } ?>
Notes: Installation guide above is also mentioned in the Read Me after you unzip the file.
Further reading: Blogging Tips and Tutorials
Continue Reading »




