Plugin info

Total downloads: 3,329
Active installs: 30
Total reviews: 2
Average rating: 3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/20/2014 (4030 days ago)
Added to WordPress: 12/18/2014 (11 years old)
Minimum WordPress version: 3.5.1
Tested up to WordPress version: 4.0.38
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4030 days ago • 2 reviews

22/100

Is Easy Prism Syntax Highlighter abandoned?

Possibly abandoned (last update 4030 days ago).

Compatibility

Requires WordPress: 3.5.1
Tested up to: 4.0.38
Requires PHP: f

Languages

Similar & Alternatives

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

WP Prism Syntax Highlighter
Rating 5.0/5 (2 reviews)Active installs 30
Elementor Syntax Highlighter
Rating 5.0/5 (3 reviews)Active installs 200
APH Prism Syntax Highlighter
Rating 3.9/5 (7 reviews)Active installs 100
AH Code Highlighter
Rating 5.0/5 (1 reviews)Active installs 70
Prism Syntax Highlighter for WordPress
Rating 3.3/5 (7 reviews)Active installs 60
Prism Syntax Highlighter (detached)
Rating 4.3/5 (4 reviews)Active installs 10

Description

Tired to search for normal, easy to install programming code highlight plugin?

This one will help you to end this adventure.

It adds special shortcode [code][/code], keyboard shortcut «alt+c» and button to Visual Editor.

If you want do define highlight syntax language, you may use direct lang param like [code php][/code].

Plugin will also highlight

and , if you don’t want to use shortcode.

Installation

  1. Upload easy-prism to the /wp-content/plugins/ directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Use [code][/code] or simple [c][/c] shortcode to display highlighted code.

Important: Use [code][/code] shortcode only in Visual Editor. For BB-Editor mode use normal <code class='language-html'></code> tag.

Frequently Asked Questions

How to highlight inline element

It’s simple.

If you write inline [code][/code] – it will be displayed inline.

In case you put in one and more linebreaks “\n” – it will be displayed as block element.

Can I use this plugin with other syntax highlight?

You may do what you want, but plugins author doesn’t promise that any other syntax highlight plugin will work correctly with the original one.

Is it possible to add more capatibilites to this plugin?

Of course. Write me to [email protected] with subject “Feature request for Easy Prism Syntax Highlighter plugin” a letter and make request.

Review feed

No reviews available

Screenshots

  1. Visual Editor.

    Visual Editor.

  2. Frontend block and inline.

    Frontend block and inline.

Changelog

1.0.2.

Remove all tags inside [code][/code], because while it’s been inputed in Visual Editor it makes a lot of garbage.

1.0.1

Nightly bugfixes. Respond for plugin user feedback.

1.0

  • Initial Commit