Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,940
- Themes
- 10,447
- Plugins
- 15,405
- Requests & Feedback
- 15,032
- Showcase
- 3,257
-
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’ );