WP Manifestindependent plugin directory
manifest / utilities / wp-shortcode

Hello Aditya Shortcode

A simple custom WordPress plugin that adds a shortcode to display a greeting message. Built for learning and demonstrating WordPress plugin development and shortcode functionality.

by Aditya Singh · github.com/aditya-9944/wp-shortcode · website

9stars
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/aditya-9944/wp-shortcode/archive/refs/heads/main.zip

From the readme

wp-shortcode Hello Aditya Shortcode Plugin A simple custom WordPress plugin that adds a shortcode to display a greeting message. Built for learning and demonstrating WordPress plugin development and shortcode functionality. 🔧 Features - Adds a [helloaditya] shortcode. - Displays a friendly message on posts or pages. - Clean, minimal, and easy to customize. 🧩 Shortcode Usage After activating the plugin, use the following shortcode anywhere in your WordPress content: 📁 Installation 1. Download the hello-shortcode.php file. 2. Place it in the /wp-content/plugins/ directory of your WordPress installation. 3. Activate the plugin from the WordPress dashboard. 4. Insert [helloaditya] into a post, page, or widget. 🚀 Getting Started with Plugin Development This plugin is meant to demonstrate: - How to create a custom shortcode in WordPress. - Basic plugin structure and metadata. - Clean, readable PHP code for beginners. 📌 Author Aditya Singh GitHub: @Aditya-9944 WordPress.org: https://profiles.wordpress.org/adityasingh9944/profile/edit/group/1/ 📜 License This plugin is open-sourced under the MIT License.

Read the full README on GitHub →