Changeset 728040
- Timestamp:
- 06/18/2013 07:00:50 PM (13 years ago)
- Location:
- combo-slideshow
- Files:
-
- 1 deleted
- 2 edited
-
tags/1.7/css/bak-styles (deleted)
-
tags/1.7/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
combo-slideshow/tags/1.7/readme.txt
r728039 r728040 45 45 5. Add and manage your slides in the 'Slideshow' section (or just use the built in wordpress gallery) 46 46 6. Put the shortcode `[slideshow post_id="X" exclude="" caption="on/off"]` to embed a slideshow with the images of a post into your posts/pages or use `[slideshow custom=1]` to embed a slideshow with your custom added slides or `<?php if (class_exists('CMBSLD_Gallery')) { $CMBSLD_Gallery = new CMBSLD_Gallery(); $CMBSLD_Gallery -> slideshow($output = true, $post_id = null); }; ?>` into your WordPress theme 47 48 * Please take care when updating, due to the new slide administration system any custom slideshow created with previous versions of the plugin will not work and won't even be shown 47 49 48 50 == Additional Parameter Info == -
combo-slideshow/trunk/readme.txt
r728039 r728040 45 45 5. Add and manage your slides in the 'Slideshow' section (or just use the built in wordpress gallery) 46 46 6. Put the shortcode `[slideshow post_id="X" exclude="" caption="on/off"]` to embed a slideshow with the images of a post into your posts/pages or use `[slideshow custom=1]` to embed a slideshow with your custom added slides or `<?php if (class_exists('CMBSLD_Gallery')) { $CMBSLD_Gallery = new CMBSLD_Gallery(); $CMBSLD_Gallery -> slideshow($output = true, $post_id = null); }; ?>` into your WordPress theme 47 48 * Please take care when auto-updating, due to new slide administration system any custom slideshow created with previous versions of the plugin will not work and won't even be shown 47 49 48 50 == Additional Parameter Info ==
Note: See TracChangeset
for help on using the changeset viewer.