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_before_topics_loop' , 'rew_add_shortcode3'); 

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

Viewing all articles
Browse latest Browse all 3638

Trending Articles