WP Custom Shortcode
A simple WordPress plugin that adds a custom shortcode.
by Shishir Mahato · github.com/shishir-21/wp-custom-shortcode · website
★ 0stars
0forks
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/shishir-21/wp-custom-shortcode/archive/refs/heads/main.zipWP Custom Shortcode Plugin
A simple WordPress plugin that adds a custom shortcode to display a welcome message.
Features
- Adds a shortcode
[hello_user] - Displays a welcome message on any post or page
- Supports shortcode attributes
- Lightweight and beginner-friendly
Installation
- Download or clone this repository
- Upload the folder to
wp-content/plugins/ - Activate the plugin from the WordPress admin dashboard
Usage
Add the shortcode below to any post or page:
You can also pass a name attribute:
This will display a personalized welcome message.
Tech Stack
- PHP
- WordPress
Author
Shishir Mahato