leocaseiro / WordPress-Plugin-Custom-Options-Plus

With Custom Options Plus WordPress Plugin, you can enter your custom options datas for your theme.
https://wordpress.org/plugins/custom-options-plus/
GNU General Public License v2.0
18 stars 8 forks source link

Enable Shortcode #23

Open leocaseiro opened 7 years ago

leocaseiro commented 7 years ago

Eq:

[cop user_name]
leocaseiro commented 7 years ago

Some ideas:

[cop-collection name="list"]
{{name}}: {{value}}
[/cop-collection]

[cop my_name]

[cop-list social_network]

Perhaps nested shortcodes, instead:

[cop-collection list tag="ul" tag-nested="li"]
    [cop-label tag="strong"]: [cop-value tag="span"]
[/cop-collection]