Simple Site Info
A beginner-friendly WordPress plugin to display site name and description using a shortcode.
★ 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/manish9105/simple-site-info/archive/refs/heads/main.zipSimple Site Info Plugin
A beginner-friendly WordPress plugin created to understand how WordPress plugins and shortcodes work.
Overview
This plugin adds a custom shortcode that displays the site name and site description (tagline) on any WordPress page or post using WordPress core functions.
Features
- Displays WordPress site title
- Displays WordPress site description (tagline)
- Uses a simple shortcode
- Clean and minimal implementation
- Beginner-friendly and easy to understand
Installation
- Download or clone this repository
- Upload the plugin folder to
/wp-content/plugins/ - Go to the WordPress admin dashboard
- Navigate to Plugins → Installed Plugins
- Activate Simple Site Info
Usage
Use the following shortcode anywhere on your site:
You can add this shortcode in:
- Posts
- Pages
- Widgets (Text or HTML widget)
Example Output
Learning Objective
This plugin was created as a learning exercise to understand:
- WordPress plugin structure
- How shortcodes work
- How to retrieve site information using WordPress core functions
Requirements
- WordPress 4.0 or higher
- PHP 5.6 or higher
Author
Manish Kumar
License
GPL v2 or later