Tagged: x Author Posts January 28, 2017 at 4:10 am #1348710 c1sParticipant Hi, I’ve got a shortcode which I would like to be displayed before the content of every post. How is it possible to insert the shortcode automatically? Thanks for your help!! January 28, 2017 at 5:43 am #1348761 ThaiModerator Hi There, Please add the following code under functions.php file locates in your child theme: add_action( "x_after_the_content_begin", "add_post_shortcode" ); function add_post_shortcode() { if(is_singular( 'post' )){ echo do_shortcode('[your-shortcode]'); } } Hope it helps 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1348710 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In