Plugin Directory

Changeset 2258890


Ignore:
Timestamp:
03/11/2020 10:28:28 AM (6 years ago)
Author:
web2webs
Message:

readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamic-shortcode/trunk/readme.txt

    r2258887 r2258890  
    1717= How to use =
    1818
    19 1. Use this shortcode to make dynamic shortcodes [dy_shortcode sc="" at=""][/dy_shortcode]
     19*. Use this shortcode to make dynamic shortcodes
    2020
    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]
    2222
    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]
    2430
    2531Only 1 attribute can be dynamic, use comma (,) for multiple shortcode entries
Note: See TracChangeset for help on using the changeset viewer.