Suggested update to Shortcode file
Closed this issue · 1 comments
mathetos commented
This makes sure the gallery is inserted in the copy wherever it should be rather than the top of the content area.
0, 'gallery' => '', 'template' => 'default' ), $atts, 'foogallery' ); //create new instance of template engine $engine = new FooGallery_Template_Engine( $args ); $engine->render(); $output_string=ob_get_contents(); ob_end_clean(); return $output_string; } } ``` }bradvin commented
this has been fixed now