Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: How to insert short codes under topic pages?

$
0
0
add_action( 'bbp_template_after_single_topic' , 'rew_add_shortcode2'); 

function rew_add_shortcode2 () {
	echo do_shortcode( '[shortcode here]' );
}

Viewing all articles
Browse latest Browse all 3638

Trending Articles