I want to disable "Add list automatically right after post content" because list is not displayed at the place I want.
What is the code I need to insert into post-page templates?
Thanks
I want to disable "Add list automatically right after post content" because list is not displayed at the place I want.
What is the code I need to insert into post-page templates?
Thanks
You should check on the help section from the plugin's options page. Anyway, here is the code you need.
To display incoming search terms to the article:
<?php if(function_exists('stt_terms_list')) echo stt_terms_list() ;?>
ah ok, thanks a lot. I didn't notice the help section.
I looked at the faq on the plugin's wordpress page but it was empty.
thanks again.
You must log in to post.