Forums
-
- Forum
- Posts
-
- Installation
- 28,363
- Troubleshooting
- 62,095
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,879
- Showcase
- 3,252
-
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