WP Manifestindependent plugin directory
manifest / developer / wordpress-simple-greeting-plugin

Custom Greeting Message

This is a simple WordPress plugin that demonstrates the use of WordPress hooks and shortcode API. The plugin registers a shortcode that outputs a styled greeting message. I created it as a lightweight example of extending WordPress functionality through custom plugins.

by Jaydip Sudani · github.com/jaydipsudani/wordpress-simple-greeting-plugin

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/jaydipsudani/wordpress-simple-greeting-plugin/archive/refs/heads/main.zip

WordPress Custom Greeting Plugin

This plugin allows administrators to set a custom greeting message from the WordPress admin dashboard and display it anywhere on the website using a shortcode.

Features

  • Admin settings page
  • Custom greeting message
  • Shortcode support

Shortcode

[custom_greeting]

Author

Jaydip Sudani