Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested update to Shortcode file #1

Closed
mathetos opened this issue Feb 14, 2014 · 1 comment
Closed

Suggested update to Shortcode file #1

mathetos opened this issue Feb 14, 2014 · 1 comment

Comments

@mathetos
Copy link
Contributor

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
Copy link
Member

bradvin commented Jul 2, 2014

this has been fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants