2012-05-30, 02:53:46
booleanboy Wrote:I'd like to use a i18n gallery to replace a static image in the header of a template.
Can this be done, and if so, how?
Use the respective function calls in your template (see here for details):
Code:
...
<?php get_i18n_gallery_header('my-gallery-name'); ?>
...
<?php get_i18n_gallery('my-gallery-name'); ?>
...