=== WP Create Shortcode - Add Custom Shortcodes WordPress === Contributors: hkharpreetkumar1 Donate link: https://wordpress.org/plugins/wp-create-shortcode/ Tags: create shortcode wordpress, wp create shortcode, shortcode creator, custom shortcode wordpress, add shortcode wordpress Requires at least: 6.0 Tested up to: 6.7.1 Requires PHP: 7.4 Stable tag: 1.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin allows users to create WordPress content and and save it as a shortcode to display anywhere within the website. == Description == The **WP Create Shortcode** plugin allows you to define custom shortcodes in the WordPress admin and display that content on any post or page using the shortcode format `[cs id="your_shortcode_id"]`. ### Features: - Create custom shortcodes with user-defined content. - Manage and display shortcodes in the admin dashboard. - List all existing shortcodes along with their content and shortcode format. - Allows deletion of any shortcode from the admin panel. == Installation == 1. Download the plugin ZIP file. 2. Navigate to `Plugins -> Add New` in the WordPress admin. 3. Click the `Upload Plugin` button and select the downloaded ZIP file. 4. Click `Install Now` and then `Activate Plugin`. == Usage == 1. After activating the plugin, navigate to the **WP Create Shortcode** menu in your WordPress dashboard. 2. Add a new shortcode by providing an ID and the content you want to display. 3. To display the shortcode, use the following format in your posts or pages: `[cs id="your_shortcode_id"]` - Replace `your_shortcode_id` with the ID you assigned when creating the shortcode. 4. You can view all the shortcodes you created in the "Existing Shortcodes" section of the admin page. The shortcode format and content will be listed for each entry. 5. To delete a shortcode, click the "Delete" button next to the respective shortcode in the shortcode list. == Changelog == = 1.0 = * Initial release of the Create Shortcode plugin. == Frequently Asked Questions == = How do I create a new shortcode? = - Navigate to the **Create Shortcode** section in the admin dashboard, provide a unique ID and content for the shortcode, and click the `Save Shortcode` button. = How do I use the shortcode in my posts or pages? = - Use the shortcode format `[cs id="your_shortcode_id"]` in your post or page content. = Can I edit or delete a shortcode? = - Yes, you can edit the content of an existing shortcode or delete it from the "Existing Shortcodes" section. == License == This plugin is licensed under the GPLv2 or later. For more details, see the [GNU General Public License](https://www.gnu.org/licenses/gpl-2.0.html).