CODE FACE SYNTAX HIGHLIGHTER Author: Donald Sipe Website: http://djsipe.com Version: 1.0 This plugin is intended to provide on-demand syntax highlighting for programming code. It supports many programming languages. Code blocks are automatically detected within the HTML of your posts through JavaScript. Only the needed language highlighting resources are loaded. Supported languages: C++, C#, CSS, Delphi, Java, JavaScript, PHP, Python, Ruby, SQL, VB, XML/HTML. This package includes the "syntaxhighlighter" project: http://www.dreamprojections.com/syntaxhighlighter INSTALLATION To install this plugin, unzip and copy the "codeface" directory into your plugins directory. This is typically /wp-content/plugins. Next, check that the theme you are using contains the following PHP function call: "wp_footer();". This will be typically found somewhere in the "footer.php" file. If your theme doesn't contain this call, copy the following code into your footer above the closing tag: Finally, log into the WordPress Admin section and activate the plugin. USAGE To highlight the code syntax of a given post, open the post for editing. You should see two tabs "Visual" and "Code" above the rich text editor WordPress provides. Click the "Code" tab. From there you can edit the HTML of your post. To use code highlighting, you'll have to wrap your example code in a
 or