Company Info Shortcode
A simple WordPress plugin with shortcode and admin settings
by Faizan Yaseen. · github.com/faizan299/company-info-wordpress-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/faizan299/company-info-wordpress-plugin/archive/refs/heads/main.zip🧩 Description
A simple WordPress plugin that registers the [company_info] shortcode and allows admin users to update company name, address, and contact through a settings page.
🚀 How to Run
- Upload the
company-infofolder to your/wp-content/plugins/directory - Go to WordPress Admin > Plugins
- Activate the "Company Info Shortcode" plugin
- A new "Company Info" menu will appear in the admin sidebar
- Use the shortcode
[company_info]inside any post/page to display the info
🛠 Features
- Shortcode:
[company_info] - Admin settings page to update:
- Company Name
- Address
- Contact Number
🧾 Files
company-info.php: Main plugin code