Displaying plugin and theme information in WordPress is important. It helps users know what is active on your site. This guide will teach you how to do it.

Credit: www.wpbeginner.com
Why Display Plugin and Theme Information?
Showing this information has many benefits. Users can see what powers your site. It builds trust and transparency. It also helps in troubleshooting.
Steps to Display Plugin Information
Here is a simple way to show plugin details on your WordPress site:
Step 1: Install A Plugin
First, you need a plugin to show plugin information. One popular choice is the “Plugin Info” plugin. You can find it in the WordPress plugin directory.
Step 2: Activate The Plugin
After installing, activate the plugin. Go to your WordPress dashboard. Navigate to Plugins and click Activate.
Step 3: Use Shortcodes
Now, you can use shortcodes to display plugin information. Shortcodes are small bits of code. They are easy to use. Just copy and paste them into your posts or pages.
Example Shortcodes
Here are some example shortcodes:
- [plugin_info id=”plugin-directory-name”]
- [plugin_info field=”version”]
Step 4: Customize The Display
You can customize how the information looks. Use CSS to style the text. Change colors, fonts, and sizes. Make it match your website’s design.
Steps to Display Theme Information
Now, let’s learn how to show theme details. This process is similar to displaying plugin information.
Step 1: Install A Theme Info Plugin
First, install a theme info plugin. One good option is “Theme Info”. You can find it in the WordPress plugin directory.
Step 2: Activate The Plugin
After installing, activate the plugin. Go to your WordPress dashboard. Navigate to Plugins and click Activate.
Step 3: Use Shortcodes
Now, use shortcodes to display theme information. Shortcodes make it easy. Just copy and paste them into your posts or pages.
Example Shortcodes
Here are some example shortcodes:
- [theme_info]
- [theme_info field=”version”]
Step 4: Customize The Display
You can customize how the information looks. Use CSS to style the text. Change colors, fonts, and sizes. Make it match your website’s design.
Using Widgets to Display Information
Another way to show plugin and theme information is using widgets. Widgets are small blocks. They add content to your sidebar, footer, or other areas.
Step 1: Install A Widget Plugin
First, install a widget plugin. One good option is “WP Plugin Info Card”. You can find it in the WordPress plugin directory.
Step 2: Activate The Plugin
After installing, activate the plugin. Go to your WordPress dashboard. Navigate to Plugins and click Activate.
Step 3: Add The Widget
Now, add the widget to your site. Go to Appearance and click Widgets. Drag the widget to your desired area.
Step 4: Configure The Widget
Configure the widget settings. Choose which information to display. Save your changes. The information will now show on your site.
Tips for Better Display
Here are some tips to make the information display better:
- Keep it simple. Do not overload with too much information.
- Use clear and readable fonts.
- Choose colors that match your site’s design.
- Update information regularly.

Credit: et.wordpress.org
Frequently Asked Questions
How Can I Find Plugin Details In WordPress?
You can find plugin details in the WordPress admin dashboard under “Plugins. “
Where To View Theme Information In WordPress?
View theme information in the WordPress admin dashboard under “Appearance” > “Themes. “
How To Display Plugin Version In WordPress?
The plugin version is displayed in the “Plugins” section of the admin dashboard.
Can I Check Plugin Updates In WordPress?
Yes, you can check for plugin updates in the “Plugins” section of the admin dashboard.
Conclusion
Displaying plugin and theme information in WordPress is easy. It helps users know what powers your site. Follow the steps in this guide. Your site will be more transparent and helpful.