开发者 | brunoneves |
---|---|
更新时间 | 2010年5月2日 08:25 |
PHP版本: | 2.0.2 及以上 |
WordPress版本: | 2.1 |
XML-Gallery
to the /wp-content/plugins/
directoryThe XML-Gallery plugin have a native function to load and show the gallery. To use this is so easy look: <?php if(function_exists('xml_gallery_theme')) { xml_gallery_theme($before,$after); } ?> e.g: <?php if(function_exists('xml_gallery_theme')) { xml_gallery_theme("<li class=\"itenGallery\">","</li>"); } ?>
<?php code(); // goes in backticks ?>