Changeset 591413
- Timestamp:
- 08/28/2012 04:50:56 PM (14 years ago)
- File:
-
- 1 edited
-
ivycat-ajax-testimonials/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ivycat-ajax-testimonials/trunk/readme.txt
r588084 r591413 40 40 == Usage == 41 41 42 Shortcode usage:42 To actually pull testimonials into your site, you can use: 43 43 44 *[ic_do_testimonials] - Adds a testimonial, Defaults to three testimonials. 44 1. widgets 45 1. shortcodes 46 1. PHP functions 45 47 46 *[ic_do_testimonials group='my-created-group'] - Adds testimonials from a custom group. Defaults to three testimonials. 48 ### Use a widget: 47 49 48 *[ic_do_testimonials quantity='5'] - changes default quantity to 5. 50 In your WordPress Dashboard, go to Appearance/Widgets and use the IvyCat Testimonial Widget. 49 51 52 ### Using shortcodes: 53 54 * [ic_do_testimonials] - Adds a testimonial, Defaults to three testimonials. 55 * [ic_do_testimonials group='my-created-group'] - Adds testimonials from a custom group. Defaults to three testimonials. 56 * [ic_do_testimonials quantity='5'] - changes default quantity to 5. 57 58 ### Using PHP functions: 59 60 If you'd like to embed your testimonials into a template file rather than a widget or editor, you can use shortcodes within a PHP function like so: 61 62 `<?php echo do_shortcode("[ic_do_testimonials]"); ?>` 50 63 51 64 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.