Description
WP Code Highlight provides syntax highlighting of source code snippets and it is W3C valid.
Wrap code blocks with <pre>
and </pre>
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
- Download and extract
wp-code-highlight.zip
towp-content/plugins/
- Activate the plugin through the “Plugins” menu in WordPress
- “Dashboard”->”Users”->”Your Profile”->”Disable the visual editor when writing”
- “Dashboard”->”Settings”->”WP Code Highlight”
- Wrap code blocks with
<pre>
and</pre>
(It provides a code button in the HTML editor) - You don’t need to specify the language since WP Code Highlight will guess, all languages are supported
- 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:
Screenshots
Installation
- Download and extract
wp-code-highlight.zip
towp-content/plugins/
- Activate the plugin through the “Plugins” menu in WordPress
- “Dashboard”->”Users”->”Your Profile”->”Disable the visual editor when writing”
- “Dashboard”->”Settings”->”WP Code Highlight”
- Wrap code blocks with
<pre>
and</pre>
(It provides a code button in the HTML editor) - You don’t need to specify the language since WP Code Highlight will guess, all languages are supported
- It can also load
wp-code-highlight.css
from current wordpress theme directory
FAQ
You can sumbit it in https://boliquan.com/wp-code-highlight/
Reviews
Contributors & Developers
“WP Code Highlight” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP Code Highlight” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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.