Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1088100
    speester
    Participant

    I want to add convert plug modal as inline using shortcode to every single blog post.

    How can i make it automatically instead of pasting the code everytime i create a post. ?
    http://webboutique.sg/is-search-engine-submission-necessary/

    Thanks !

    #1088104
    speester
    Participant

    Sorry, please ignore.

    #1088315
    Friech
    Moderator

    Hi There,

    Did you already figure this out? For those users who may find this thread. You can add the code below on your child theme’s functions.php file.

    /**
    Add something in the end of the post
    */
    add_action( 'x_before_the_content_end', 'add_to_single_posts' );
    function add_to_single_posts() {
    if ( is_single() ) {
    echo do_shortcode( 'YOUR FORM SHORTCODE HERE' ); 
        }
    }

    Replace YOUR FORM SHORTCODE HERE with your actual shortcode.

    Please feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.

    Cheers!

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