2013-05-12, 17:42:27
(2013-05-12, 17:16:25)tigre Wrote: I put (% gallery name=slideshow2 %) in component , and in sidebar template put <?php get_component('footer1'); ?>
And in page this gallery shows just as text (% gallery name=slideshow2 %).
How to put (% gallery name=slideshow2 %) in component correctly, please help.
In a component galleries won't work correctly. But you can put the calls get_i18n_gallery_header(...) and get_i18n_gallery(...) into your template as described here.