Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to use a wordpress shortcode for posts and pages in a forum topic?

you can download the group forum extras – but you don’t have a need for all of that. this code snippet will enable wp shortcodes on post content

add_filter( 'bp_get_the_topic_post_content', 'do_shortcode' );

Skip to toolbar