WP Manifestindependent plugin directory
manifest / utilities / company-info-wordpress-plugin

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

  1. Upload the company-info folder to your /wp-content/plugins/ directory
  2. Go to WordPress Admin > Plugins
  3. Activate the "Company Info Shortcode" plugin
  4. A new "Company Info" menu will appear in the admin sidebar
  5. 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