Forums
-
- Forum
- Posts
-
- Installation
- 27,790
- Troubleshooting
- 60,881
- Themes
- 10,208
- Plugins
- 15,012
- Requests & Feedback
- 14,664
- Showcase
- 3,238
-
I made use of a plugin to add tags
function allow_more_tags( $tags ) {
$tags = array(‘style’ => array());
$tags = array(‘style’ => array());
return $tags;
}
add_filter( ‘bb_allowed_tags’, ‘allow_more_tags’ );
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS