تفصیل
The Recursive Shortcode plugin provides the [recursive-shortcode] shortcode for WordPress to use shortcodes in shortcodes (nested shortcodes).
Documentation
Just write: [recursive-shortcode]CONTENT[/recursive-shortcode]
The CONTENT is read by the parser, found shortcodes are properly executed.
The documentation, more examples and clues can be found on the project page.
Example
(From the banner. See above.)
[recursive-shortcode][icon name="[urlparam param="icon"]"][/recursive-shortcode]
First the inner shortcode (urlparam) is evaluated. The result inserted as parameter for the icon-shortcode. urlparam is from plugin URL Params. icon is from plugin Better Font Awesome.
If you open: https://yourlocation.lan/page-with-recursive-shortcode?icon=file-pdf
You’ll get the icon file-pdf.
Issues
Post your issues on the project page.
Further Information
انسٹالیشن
Via WordPress Dashboard (recommended)
- Navigate to Dashboard – Plugins – Add New;
- Search for Recursive Shortcode;
- Click Install, then Activate.
Manual installation
- Download the plugin as a .zip file;
- Unzip downloaded archive and upload the recursive-shortcode folder under your /wp-content/plugins/ directory (resulted plugin path should be /wp-content/plugins/recursive-shortcode/);
- Navigate to Dashboard – Plugins and activate the plugin.
عمومی سوالات
-
What does the plugin do?
-
It allows you to use nested schortcodes in shortcodes in a propper way.
-
What is this plugin?
-
Basically a parser for nested shortcodes. With an analysing tool to understand the internal evaluation hierarchy.
-
Who should use it?
-
Everyone who wants the output of a shortcode as content or parameter of another shortcode.
Simple example: Inject the output from Plugin URL Params into Display Posts. -
Do I need to have coding skills to use this plugin?
-
No, just writing shortcodes.
-
How do I upgrade? Or get a paid version?
-
No upgrade. No payments. It’s FOSS.
-
My question is not listed.
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“Recursive Shortcode” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“Recursive Shortcode” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.0.1 (2020-08-12)
- Sanitize fields
1.0.0 (2020-08-10)
- Initial release


