Shortcode Master
Shortcode Master is a powerful tool that effortlessly create shortcode & injects custom shortcodes into all WordPress posts and pages. With seamless integration, users can enhance content presentation and functionality across the entire website.
by Vishal Hambir · github.com/vishalhambir77/shortcode-master
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/vishalhambir77/shortcode-master/archive/refs/heads/main.zipShortcode Master is a powerful tool that effortlessly creates shortcode & injects custom shortcodes into all WordPress posts and pages. With seamless integration, users can enhance content presentation and functionality across the entire website.
Description
The WordPress Shortcode Master Plugin is a versatile tool designed to simplify the integration of custom PHP functionality into your WordPress website through shortcodes. This plugin empowers users to create shortcodes from PHP files and offers the flexibility to add these shortcodes to all pages and posts if desired.
Features
-
Create Custom Shortcodes: Transform your PHP files into easily manageable shortcodes, enabling you to incorporate unique functionalities into your WordPress site seamlessly.
-
Global Inclusion Option: The plugin provides an option to include your custom shortcode on all pages and posts, saving you time and effort.
-
Enhanced Reusability: By encapsulating PHP functions within shortcodes, you can promote code reusability and simplify maintenance across your website.
Installation
This section describes how to install the plugin and get it working.
- Upload
plugin-nameto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
Usage
- After activating the plugin, a new menu item titled Shortcode Master will appear in your WordPress admin dashboard.
- Click on Shortcode Master to access the plugin settings and shortcode management.
- To create a new shortcode, select the Create Shortcode option.
- Paste the PHP code in add shortcode option that you want to insert in pages & posts.
- Save your shortcode settings.
Changelog
v1.0.0
- Initial release