Support

Account

Home Forums Front-end Issues Broken Design via shortcodes Reply To: Broken Design via shortcodes

  • You are outputting the shortcode when it is run. What you have to do is return the output that it generates

    
    ob_start();
    
    // output
    
    return ob_get_clean();