searchTermsTagging2.php to the /wp-content/plugins/ directory or perform a search in your 'Plugins - Add New' menu.<?php if(function_exists('stt_terms_list')) echo stt_terms_list() ;?> in your single.php and page.php templates to display popular search terms for the blog post and page.<?php if(function_exists('stt_popular_terms')) echo stt_popular_terms('15') ;?> anywhere in your templates (e.g. sidebar.php) to display the most popular search terms for all the blog posts.



