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

sorry, this one slipped by

add this code, changing ‘shortcode here’ to the actual shortcode you wish to execeute

add_action( 'bbp_theme_before_reply_form' , 'rew_add_shortcode'); 

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

Put this in your child theme’s function file –

ie wp-content/themes/%your-theme-name%/functions.php

where %your-theme-name% is the name of your theme

or use

Code Snippets


Viewing all articles
Browse latest Browse all 3638

Trending Articles