Plugin info

Total downloads: 3,851
Active installs: 30
Total reviews: 3
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/23/2025 (191 days ago)
Added to WordPress: 3/4/2014 (11 years old)
Minimum WordPress version: 3.5
Tested up to WordPress version: 6.8.3
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Stale • Last updated 191 days ago • 3 reviews

40/100

Is Shortcode Shortcode abandoned?

Likely maintained (last update 191 days ago).

Compatibility

Requires WordPress: 3.5
Tested up to: 6.8.3
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Example Content
Rating 4.4/5 (13 reviews)Active installs 700
Product Generator for WooCommerce
Rating 5.0/5 (8 reviews)Active installs 400
Custom List Table Example
Rating 5.0/5 (49 reviews)Active installs 100
Demo Data Creator
Rating 3.5/5 (22 reviews)Active installs 80
TIVWP-DEMIA Check prerequisites
Rating 0.0/5 (0 reviews)Active installs 0

Description

This plugin might be useful to you if you write about WordPress plugins and want to be able to show examples of shortcodes usage, but without the shortcodes being processed. The resultant display will be the same whether the plugin or theme providing the shortcode you are writing about is active or not.

The Shortcode Shortcode:

Add a [shortcode] shortcode in the format:

[shortcode]gallery[/shortcode]

This will display on the page as [gallery] instead of actually showing a gallery of the attached images

Installation

  1. Upload the plugin folder to plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use on a page/post/CPT by including the shortcode in your content eg:
    [shortcode]gallery[/shortcode]

Frequently Asked Questions

What is the syntax of the shortcode for displaying an example of a shortcode?

If you are writing about the native WordPress [gallery] shortcode and want to describe how to use the shortcode, you would include this in your text as:
[shortcode]gallery[/shortcode]

When the shortcode is displayed on the frontend it is within a span with the ‘shortcode’ class so you can target it in your child theme stylesheet.

Why would I need this plugin?

You might find this plugin useful if you are documenting or reviewing WordPress plugins and need to show the shortcode syntax without the shortcode being processed by WordPress – which would happen if you have the plugin you are writing about installed on your site.

If you don’t write about WordPress shortcodes on your site you probably won’t gain any benefit from this plugin.

Couldn’t I just use use the html entities to write the shortcode syntax instead of this plugin?

Yes, you could. You can use the html entities &​#91; for the left square bracket and &​#93; for the right square bracket. However I wouldn’t recommend this approach. If you do this and later switch between the text editor and the visual editor, the html entities will be replaced with the square brackets characters resulting in the shortcodes being processed. I created the plugin after I had this happen on one of my own sites.

You could also add zero-width spaces: &​#8203; after the opening square bracket and before the closing square bracket to prevent the shortcodes being processed, however I wouldn’t recommend this approach either because people reading your post might copy & paste your example code directly into their own site, and when they do, instead of a working shortcode they will get the version with a zero width space in it, and the shortcode won’t work for them. When this occurs the zero width space character is invisible so it can be difficult to troubleshoot.

Doesn’t WordPress already do this natively with the double bracket syntax?

Yes and if that works for you, you don’t need this plugin, you could just escape the shortcode by enclosing it in additonal square brackets eg: [[gallery]] which will display as [gallery] the drawback to this is that if you later deactivate the plugin or theme providing the shortcode, both sets of square brackets will be shown.

I am using the plugin and it has saved me time and/or hassle; how can I show my appreciation?

You can donate via my donation page

If you find the plugin useful I would also appreciate a review on the plugin review page page.

Why is it not working for me?

If the plugin isn’t working for you, please read all of the documentation again. If this doesn’t help, check the posts on the plugin’s forum to see if your issue has already been covered there. If you still have a problem, please post a question on the plugin support forum

If you do have a problem, don’t leave a review before posting your problem on the support forum first.

Review feed

Ron Fredericks
11/8/2022

Works Perfectly

I spent days finding a workaround to document my wpmathpub plugin shortcode examples. Nothing worked until I found this plugin.

Screenshots

  1. Enter the shortcode shortcode in the text editor, style the shortcode example by adding a CSS rule to the child theme (optional). The shortcode shortcode displays on the frontend with your styling.

    Enter the shortcode shortcode in the text editor, style the shortcode example by adding a CSS rule to the child theme (optional). The shortcode shortcode displays on the frontend with your styling.

Changelog

1.0.0

  • Initial Version