by Jeff Starr
4.8 (45 reviews)
Prismatic
Display beautiful syntax-highlighted code snippets with Prism.js or Highlight.js
Compatible with WP 6.9
v3.6
Current Version v3.6
Updated 2 months ago
Last Update on 17 Nov, 2025
Synced 14 hours ago
Last Synced on
Rank
#4,448
-1 this week
Active Installs
2K+
-33%
KW Avg Position
N/A
—
No change
Downloads
110.9K
+32 today
Support Resolved
0%
—
No change
Rating
96%
Review 4.8 out of 5
4.8
(45 reviews)
Next Milestone 3K
2K+
3K+
30
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 32 more installs to reach 3K+
Rank Changes
Current
#4,448
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.8
45 reviews
Overall
96%
5
42
(93%)
4
0
(0%)
3
1
(2%)
2
0
(0%)
1
2
(4%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 3.6
- Last Updated
- Nov 17, 2025
- Requires WP
- 4.7+
- Tested Up To
- 6.9
- PHP Version
- 5.6.20 or higher
- Author
- Jeff Starr
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 45
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,736
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
Connect Polylang for Elementor
100K+ installs
#299
WPML Multilingual & Multicurrency for WooCommerce
100K+ installs
#317
No Category Base (WPML)
100K+ installs
#342
Frequently Asked Questions
Common questions about Prismatic
Yes, feel free to suggest a language
Yes, the plugin provides a "Prismatic" block that makes it easy to add code snippets that will be highlighted on the front-end. Also provides "add code" buttons for the Classic TinyMCE (Visual/Text) Editor. Add code, choose a language, done!
If for some reason you want to view syntax-highlighted code inside of the Block Editor, you can do it with the Classic Block: Select the Classic Block Click on the Prismatic TinyMCE button Enter your code and save changes The code won't be highlighted initially, but if you refresh the page after making changes, or visit the page again in the future, the code will be displayed with syntax highlighting applied.
As of Prismatic version 2.3, code snippets inside of ACF fields are highlighted automatically. Simply add the required class (e.g., language-php) just like any other code snippet, and the plugin will detect and highlight the code. To also escape the highlighted code, enable escaping for post content via the setting, Prism > Code Escaping > Content. Note: ACF is supported only on single post views.
For Prismatic plugin to work with Autoptimize, a script needs to be excluded. For details, check out this post by Nick Coughlin.
If you are not using Gutenberg Block Editor, you can disable the plugin's block stylesheet. Simply enable the plugin setting, "Block Styles". Save changes and done. FYI: the Prismatic block styles are included via: /prismatic/css/styles-blocks.css
Currently the only way to display nested <code> tags is to use the following shortcode: [prismatic_code][/prismatic_code] Currently this works only for inline <code> tags. More details here.
Apparently some themes have problems displaying line numbers on highlighted code snippets. A possible solution is to add the following code via theme template or simple plugin: function prismatic_add_body_class($classes) { $classes[] = 'line-numbers'; return $classes; } add_filter('body_class', 'prismatic_add_body_class'); All that's doing is adding a class named line-numbers to the body tag of your web pages. Should do the trick to get line numbers working on stubborn themes. Original idea posted here.
Check out Filtered Language Menus with Prismatic WordPress Plugin.
Check out Disable Highlighting in Comments with Prismatic WordPress Plugin.