I want to show Popular Search Terms in my Blog in the sidebar, what's function for it? My theme does not have widget.
Thank You
Redy
I want to show Popular Search Terms in my Blog in the sidebar, what's function for it? My theme does not have widget.
Thank You
Redy
You need to put this code into your sidebar.
<?php if(function_exists('stt_popular_terms')) echo stt_popular_terms(10) ;?>
thanks wasee.
@scmedan, please make sure that you read the help section of the plugin for more details information.
This topic has been closed to new replies.