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
|
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 |
|||||
|
|
Use $args = array(
'before' => '',
'sep' => '',
'after' => ''
);
bbp_topic_tag_list( '', $args );
|
|||||
|