Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348710
    c1s
    Participant

    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!!

    #1348761
    Thai
    Moderator

    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 🙂

  • <script> jQuery(function($){ $("#no-reply-1348710 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>