Changeset 2258890
- Timestamp:
- 03/11/2020 10:28:28 AM (6 years ago)
- File:
-
- 1 edited
-
dynamic-shortcode/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-shortcode/trunk/readme.txt
r2258887 r2258890 17 17 = How to use = 18 18 19 1. Use this shortcode to make dynamic shortcodes [dy_shortcode sc="" at=""][/dy_shortcode] 19 *. Use this shortcode to make dynamic shortcodes 20 20 21 2. For example making a gallery with dynamic id by another shortcode, [gallery id=""] [custom id="123"]21 [dy_shortcode sc="" at=""][/dy_shortcode] 22 22 23 3. Final dynamic shortcode merged [dy_shortcode sc="gallery" at="id"][custom id="123"][/dy_shortcode] 23 *. For example making a gallery with dynamic id by another shortcode 24 25 [gallery id=""] [custom id="123"] 26 27 *. Final dynamic shortcode merged 28 29 [dy_shortcode sc="gallery" at="id"][custom id="123"][/dy_shortcode] 24 30 25 31 Only 1 attribute can be dynamic, use comma (,) for multiple shortcode entries
Note: See TracChangeset
for help on using the changeset viewer.