To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below.
Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to /wp-content/plugins/.
This should result in the following file structure:
- wp-content
- plugins
- syntaxhighlighter
| readme.txt
| screenshot-1.png
| syntaxhighlighter.php
- files
| clipboard.swf
| shBrushCpp.js
| shBrushCSharp.js
| [...]
| shCore.js
| SyntaxHighlighter.css
See Also: "Installing Plugins" article on the WP Codex
Go to the admin area of your WordPress install and click on the "Plugins" menu. Click on "Activate" for the "SyntaxHighlighter" plugin.
Just wrap your code in [sourcecode language='css']code here[/sourcecode]. The language attribute is required! See the plugin's description for a list of valid language attributes.




