When visitors is referred to your site from a search engine, the plugin is showing them related posts to their search on your blog.
Add this code (in your index.php or somewhere else):
<?php if (ls_getinfo('isref')) : ?>
<h2><?php ls_getinfo('terms'); ?></h2>
<p>You came here from <?php ls_getinfo('referrer'); ?> searching for <i><?php ls_getinfo('terms'); ?></i>. These posts might be of interest:</p>
<ul>
<?php ls_related(5, 10, '<li>', '</li>', '', '', false, false); ?>
</ul>
<?php endif; ?>
With help from these scripts: http://textsnippets.com/posts/show/231
Requires: 2.0.2 or higher
Compatible up to: 3.1-alpha
Last Updated: 2010-10-27
Downloads: 18,815




