-
Notifications
You must be signed in to change notification settings - Fork 0
Mirror of WordPress.org plugin: button-shortcode
common-repository/button-shortcode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=== Button Shortcode === Contributors: hkharpreetkumar1, ak0ashokkumar Tags: button shortcode, wordpress button, buttons, shortcode, wp button shortcode Requires at least: 6.0 Tested up to: 6.6.1 Stable tag: 1.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Button Shortcode plugin allows you to easily insert a customizable button into your WordPress posts and pages using a simple shortcode. == Description == The **Button Shortcode** plugin allows you to easily insert a customizable button into your WordPress posts and pages using a simple shortcode. You can customize the button's text and URL, whether it opens in a new window or directly from within your content. = Shortcode Example = [button text="Click Here" url="https://example.com" new_window="yes" class="custom-button-class"] == Installation == 1. Upload the `button-shortcode` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Use the `[button]` shortcode with your desired attributes in your posts or pages. == Frequently Asked Questions == = How do I customize the button appearance? = You can customize various attributes of the button using the shortcode attributes: - `text`: The text displayed on the button. - `url`: The URL the button links to. - `new_window`: Whether to open the link in a new window (`yes` or `no`). - `class`: Additional CSS classes for the button. == Changelog == = 1.0 = * Initial release. == Upgrade Notice == = 1.0 = Initial release of the Button Shortcode plugin.
About
Mirror of WordPress.org plugin: button-shortcode
Resources
Stars
Watchers
Forks
Packages 0
No packages published