Current posts tags: st_the_tags()
This feature extend WordPress builtin function "the_tags()", you can specify tag format, text if no tags and post id, also outside the loop
If you don't want to show it, but use it, use st_get_the_tags() function.
Usage:
<?php st_the_tags(); ?>
Default Usage:
'before' => __('Tags: ', 'simpletags'),
'separator' => ', ',
'after' => '
',
'post_id' => '',
'xformat' => __('<a href="%tag_link%" title="%tag_name%" %tag_rel%>%tag_name%</a>', 'simpletags'),
'notagtext' => __('No tag for this post.', 'simpletags'),
'number' => 0
Parameters: