Warning: file_get_contents() [
function.file-get-contents]: URL file-access is disabled in the server configuration in
/nfs/c03/h03/mnt/53268/domains/ryancloke.com/html/wp-content/plugins/code-highlighter/codehighlighter.php on line
42
Warning: file_get_contents(http://ryancloke.com/coderepo/php/wordpress/codehighlighter/codehighlighter.phps) [
function.file-get-contents]: failed to open stream: no suitable wrapper could be found in
/nfs/c03/h03/mnt/53268/domains/ryancloke.com/html/wp-content/plugins/code-highlighter/codehighlighter.php on line
42
This code modification to the CodeHighlighter Wordpress plug-in allows you to include an external file, instead of putting your code within the pre tags. This code also gives the pre tag a CSS class named ‘mycode’, so you can style it.
Usage:
<pre lang=”language” source_url=”http://url.com/path/source.ext”></pre>
Continue reading " CodeHighlighter Enhancements "