Plugin info

Total downloads: 55,648
Active installs: 200
Total reviews: 14
Average rating: 3.9
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/2/2014 (4168 days ago)
Added to WordPress: 9/27/2011 (14 years old)
Minimum WordPress version: 2.7
Tested up to WordPress version: 3.9.40
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4168 days ago • 14 reviews

24/100

Is WP Code Highlight abandoned?

Possibly abandoned (last update 4168 days ago).

Compatibility

Requires WordPress: 2.7
Tested up to: 3.9.40
Requires PHP: f

Developers

Languages

Similar & Alternatives

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

No similar plugins found yet.

Description

WP Code Highlight provides syntax highlighting of source code snippets and it is W3C valid.
Wrap code blocks with

 and 

It provides a code button(HTML editor) to help you insert code in articles easily.
You don’t need to specify the language since WP Code Highlight will guess, all languages are supported.
You can put line numbers in your code if you need.
There are 4 highlight themes, you can choose from them or display by random.
It can also load wp-code-highlight.css from current wordpress theme directory.
It can delete its own options, so it is also a green plugin !

Basic Usage

  1. Download and extract wp-code-highlight.zip to wp-content/plugins/
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. “Dashboard”->”Users”->”Your Profile”->”Disable the visual editor when writing”
  4. “Dashboard”->”Settings”->”WP Code Highlight”
  5. Wrap code blocks with
     and 
    (It provides a code button in the HTML editor)
  6. You don’t need to specify the language since WP Code Highlight will guess, all languages are supported
  7. It can also load wp-code-highlight.css from current wordpress theme directory

More Information

For more information of this plugin, please visit: Plugin Homepage.

Related Links:

Installation

  1. Download and extract wp-code-highlight.zip to wp-content/plugins/
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. “Dashboard”->”Users”->”Your Profile”->”Disable the visual editor when writing”
  4. “Dashboard”->”Settings”->”WP Code Highlight”
  5. Wrap code blocks with <pre> and </pre> (It provides a code button in the HTML editor)
  6. You don’t need to specify the language since WP Code Highlight will guess, all languages are supported
  7. It can also load wp-code-highlight.css from current wordpress theme directory

Frequently Asked Questions

You can sumbit it in http://boliquan.com/wp-code-highlight/

Review feed

websupporter
1/19/2017

Does its job, but not in PHP7

I was using it quite a bit. After a while, I forgot about it. Out of convienience I started to use gist and embedded them. There are good reasons not to do this and for those reasons this plugin is suitable. I do not quite remember, I think I abandoned this plugin, since I use a lot of < and > and there is no fun doing so with the WP Editor. Must have been something like this, but not really related to this plugin. I switched to PHP7 and my blog posts seem to disappear. I found out, this plugin does not work with PHP7. No worries, your posts are not lost, but they are not displayed properly. When you deactivate the plugin, everything works as it is supposed to. If you want to use this plugin and PHP7 you might want to have a look into this comment by a friendly user: https://wordpress.org/support/topic/this-plugin-does-not-support-php7/#post-8043051 Would be great, if the plugin would get updated though :)
Niraj Shah
5/3/2018

Doesn't work with PHP 7.1

I used to use this plugin on my site, but since upgrading to PHP 7.1, this plugin no longer works, therefore I've uninstalled it.

Screenshots

  1. Admin page screenshot

    Admin page screenshot

  2. Code Button

    Code Button

Changelog

1.2.9

  • Some optimization

1.2.8

  • Updated newline handling to handle fixes to IE 10
  • Remove unused JS files
  • Optimize CSS
  • Register Setting

1.2.7

  • Some optimization

1.2.6

  • Corrected the bugs of ‘Code Button’, due to the quicktags was changed since WordPress 3.3

1.2.5

  • Corrected the slashes bugs
  • Add settings link

1.2.4

  • Detailed usage

1.2.3

  • Corrected some bugs,thanks to ‘ihacklog.com’

1.2.2

  • Add languages packs

1.2.1

  • Corrected some IE6 bugs

1.2.0

  • Html special chars can be displayed
  • Some optimize

1.1.9

  • Some optimize
  • Corrected some bugs of Line Numbers

1.1.8

  • Some optimize
  • Corrected some mistakes

1.1.7

  • Some optimize
  • Corrected some mistakes

1.1.6

  • First release.