Changeset 1516002
- Timestamp:
- 10/16/2016 05:25:00 PM (9 years ago)
- Location:
- testimonial-slider-shortcode/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
testimonial-slider-shortcode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
testimonial-slider-shortcode/trunk/readme.txt
r1515993 r1516002 7 7 Requires at least: 4 8 8 Tested up to: 4.6 9 Stable tag: 1.1. 59 Stable tag: 1.1.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 21 21 = Shortcode Example = 22 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""]23 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS,LP" link="#"/]24 [tss_item text="2222 Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS,LP" link=""/]25 [tss_item text="333 Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS,LP" link=""/]26 [/tss_testimonial_slider]22 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""] 23 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link="#"/] 24 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/] 25 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/] 26 [/tss_testimonial_slider] 27 27 28 28 … … 52 52 53 53 Below is the example of the shoercode. 54 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""]55 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS,LP" link="#"/]56 [tss_item text="2222 Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS,LP" link=""/]57 [tss_item text="333 Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS,LP" link=""/]58 [/tss_testimonial_slider]54 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""] 55 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link="#"/] 56 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/] 57 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/] 58 [/tss_testimonial_slider] 59 59 60 60 = So what are the arguments of the main shortcode? = -
testimonial-slider-shortcode/trunk/testimonial-slider-shortcode.php
r1515993 r1516002 2 2 /** 3 3 * @package testimonial-slider-shortcode 4 * @version 1.1. 54 * @version 1.1.6 5 5 */ 6 6 /* … … 9 9 Description: <strong>Testimonial Slider Shortcode</strong> is a lightweight Testimonial Slideshow plugin for WordPress. It lets you create a beautiful responsive Testimonial Slideshow. 10 10 Author: Sazzad Hu 11 Version: 1.1. 511 Version: 1.1.6 12 12 Author URI: http://sazzadh.com/ 13 13
Note: See TracChangeset
for help on using the changeset viewer.