Adding Tag On Single Post from bbpress (Tewenty Ten) Themes

i want adding tag on my single post, currently now i am using bbpress (Twent Ten) Themes,

What i want is include Taged With :

on a single post.

Thank You,

RA

Topic theme-twenty-ten Wordpress

Category Web


Use bbp_topic_tag_list() function, like this:

$args = array(
    'before' => '',
    'sep' => '',
    'after' => ''
);
bbp_topic_tag_list( '', $args );

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.