Boost your traffic and improve your adsense income and the search engine ranking without doing anything with MySearchTermPresenter.
/wp-content/plugins/ directoryInclude the function call "mystp_get_terms(10);" in your single.php after the wordpress loop. So 10 random searchterms will be shown in form of a list.
The plugin is really easy to include in your theme. Here is a small code example:
<div class="sterms">
<h4>Benutzer, die diese Seite fanden, suchten auch nach:</h4>
<ul>
<?php mystp_get_terms(10); ?>
</ul>
</div>
The css class "sterms" can be customized to your desired requirements.
Here are two examples:
div.sterms { border: 1px dashed #000; color: #000; padding: 10px; }
div.sterms h4 { color: #000; font-size: 1.4em; font-weight: bold; }
div.sterms ul { color: #8F8F8F; list-style-type: square; padding-left: 20px; }
div.stearms ul li { padding: 5px; }
div.sterms { border: 1px dashed #000; color: #000; padding: 10px; }
div.sterms h4 { color: #000; font-size: 1.4em; font-weight: bold; }
div.sterms ul { color: #8F8F8F; list-style-type: none; padding: 0; }
div.sterms ul li { display: inline; padding-right: 5px; }
Check NetReview for styling screen shoots.
Requires: 2.0.2 or higher
Compatible up to: 2.9.2
Last Updated: 2010-5-19
Downloads: 2,405
Got something to say? Need help?