Mandigo–integrating SimpleTagging
-
I’ve been trying to figure out how where to put the script for SimpleTagging in my Mandigo theme at https://www.ickis.com. The problem I see is that I’m told to input this:
‘<?php STP_PostTags(); ?>’
However where I think these script might belong I see this:
‘<?php if (function_exists(‘the_tags’) && !get_option(‘mandigo_tags_after’)) the_tags(‘, ‘. __(‘tags’,’mandigo’) .’: ‘); ?>’
Should I replace the latter portion with the smaller line of script?
- The topic ‘Mandigo–integrating SimpleTagging’ is closed to new replies.