2011-06-30, 07:08:02
I18N Gallery version 1.1:
Use the following for galleries in the template (first line in the HTML header, second in body):
For links in the page content use (displays link as random thumbnail):
For links in the template use (displays link as gallery title):
For more information see here.
- Better support for multiple galleries on one page
- Better support for galleries in the template (@stania)
- output of links to galleries (@edwardloveall)
Use the following for galleries in the template (first line in the HTML header, second in body):
Code:
<?php get_i18n_gallery_header('my_gallery_name'); ?>
...
<?php get_i18n_gallery('my_gallery_name'); ?>
For links in the page content use (displays link as random thumbnail):
Code:
(% gallerylink name=my-gallery-name url=my-gallery-slug thumb=random %)
Code:
<?php get_i18n_gallery_link('my-gallery-name',array('url'=>'my-gallery-slug')); ?>
For more information see here.