Changeset 45255
- Timestamp:
- 05/11/08 16:55:52 (2 months ago)
- Files:
-
- galleria-wp/trunk/galleria-wp.php (modified) (2 diffs)
- galleria-wp/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
galleria-wp/trunk/galleria-wp.php
r45185 r45255 57 57 // // 58 58 // Usage: [galleria <options>] // 59 // options: exif="1" show EXIF meta data (default: "0") // 59 // options: orderby sorting order // 60 // id post ID // 61 // size thumbnail size (defualt: 'thumbnail') // 62 // shrink="1" shrink image (default: "0" cropped) // 63 // exif="1" show EXIF meta data (default: "0") // 60 64 // gid="<string>" use for grouping // 61 65 // cssclass="<string>" CSS class selector identifier // … … 66 70 // playbutton="1" add automatic slide playback button // 67 71 // interval="<sec>" display intervals ( second ) // 72 // // 68 73 // orderby, id, size => same as the original [gallery] // 69 74 // // 70 // Galleria is licensed under the GPL licenses. // 71 // [ http://devkick.com/lab/galleria/ ] // 72 // // 73 // jQuery is licensed under both MIT and GPL licenses. // 74 // [ http://jquery.com/ ] // 75 // Licenses : Galleria WP is licensed under the GPL licenses. // 76 // // 77 // Galleria is licensed under the GPL licenses. // 78 // [ http://devkick.com/lab/galleria/ ] // 79 // // 80 // jQuery is licensed under both MIT and GPL licenses. // 81 // [ http://jquery.com/ ] // 75 82 // // 76 83 // V1.0 : This is a demo sample. This is not fully tested. // galleria-wp/trunk/readme.txt
r45185 r45255 85 85 If you give a group option [galleria gid="pet"], only #1 and #2 will be displayed. 86 86 87 = Can I contain multiple [galleria] short code witin a single page/post? =87 = Can I contain multiple [galleria] short code in a single page/post? = 88 88 89 No. Galleria WP cannot show multiple galleri a galleries currently.89 No. Galleria WP cannot show multiple galleries currently. 90 90 91 91 == Changelog ==
