Changeset 2441586
- Timestamp:
- 12/17/2020 02:17:37 PM (5 years ago)
- File:
-
- 1 edited
-
tx-responsive-slider/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tx-responsive-slider/trunk/readme.txt
r2441568 r2441586 17 17 == Shortcode Base == 18 18 19 tx responsive slider is shortcode plugin.Even without any programming knowledge, You can fulfill your demand by using this plugin.19 Tx responsive slider is shortcode base plugin.Even without any programming knowledge, You can fulfill your demand by using this plugin. 20 20 The directions of using the shortcode for registration in post or page are given below: 21 21 22 [tx_responsive_slider] 22 <code>[tx_responsive_slider] </code> 23 23 24 24 Directions of using registration shortcode in custom template 25 25 26 < ?php echo do_shortcode( '[tx_responsive_slider]' );?>26 <code> <?php echo do_shortcode( '[tx_responsive_slider]' );?> </code> 27 27 28 28
Note: See TracChangeset
for help on using the changeset viewer.