Dynamic Shortcode

Dynamic Shortcode Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 876 downloads
Dynamic Shortcode Icon

Try plugin: Dynamic Shortcode

We'll create fresh WordPress site with Dynamic Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Dynamic Shortcode

A small plugin which allows you to use shortcodes as the attribute of other shortcode, shortcode inside shortcode, dynamic shortcode.

0


0


0


0


0

updated: 4 years ago
since: 4 years ago
author: Amir JM

Description

A small plugin which allows you to use shortcodes as the attribute of other shortcode, shortcode inside shortcode, dynamic shortcode.

How to use

  • Use this shortcode to make dynamic shortcodes

    [dy_shortcode sc=”” at=””][/dy_shortcode]

  • For example making a gallery with dynamic id by another shortcode

    [gallery id=””] [custom id=”123″]

  • Final dynamic shortcode merged

    [dy_shortcode sc=”gallery” at=”id”][custom id=”123″][/dy_shortcode]

  • Only 1 attribute can be dynamic, use comma (,) for multiple shortcode entries

    [dy_shortcode sc=”gallery” at=”id”][custom id=”123″],[custom id=”321″],[custom id=”231″][/dy_shortcode]

  • All other static attributes can be placed on the final shortcode

    [dy_shortcode sc=”gallery” at=”id” size=”medium” background=”white”][custom id=”123″][/dy_shortcode]