Whenever a visitors comes to your blog, you can welcome them by showing a customized message. You can customize the background color, message in this plugin.
Installation is very simple. Just unzip the file and upload to your plugin folder
You can add this function to your single.php
<?php if (function_exists('kish_printRefInfo')) kish_printRefInfo('CCCCCC', 'FFFFFF',
'Hi, Welcome to my blog. You came from ', 'You can find posts related to
<a href = http://kish.in/category/wordpress/plugins/>plugins for wordpress</a>
and I have few plugins which I have written. If you like my blog posts, you
can subscribe to my feeds and news letters for prompt updates'); ?>
This is a screenshot taken from this blog
You can customize the message by editing the third parameter in the function.
If you have any problem, please post it here

