Warning: Undefined array key "rcommentid" in /home/customer/www/blog.pauked.com/public_html/wp-content/plugins/wp-recaptcha/recaptcha.php on line 348

Warning: Undefined array key "rchash" in /home/customer/www/blog.pauked.com/public_html/wp-content/plugins/wp-recaptcha/recaptcha.php on line 349
Home Email / About RSS feed

Syntax Highlighting

Got hold of a neat little WordPress plugin by Matthew Delmarter for doing syntax highlighting on PHP, HTML and CSS. Why you ask? All will become clear later. Anyhoo, heres what it looks like:


<?php
// remove session varibles, not needed anymore
if (isset($_SESSION[fOrderToken]))
unset($_SESSION[fOrderToken]);
?>

I’d previously looked for one but none where WordPress 2 compatible. This particular plugin is dead easy to install and activate but is a pain for getting code to display properly. You have to use the raw HTML editor in WordPress and surround what you want to highlight in tags. Not exactly rocket science, but I use BlogJet which does have a raw HTML view, but it makes such a bollocks of it, its not worth the hassle.

Other than that though, its pretty good. Might make some tweaks to it to make it more BlogJet friendly!

Edit: It appears to leave trailing lines / br tags, bugger.

Leave a Comment


Warning: Undefined variable $user_ID in /home/customer/www/blog.pauked.com/public_html/wp-content/themes/qwilm-03/comments.php on line 96


Warning: Undefined array key "rerror" in /home/customer/www/blog.pauked.com/public_html/wp-content/plugins/wp-recaptcha/recaptcha.php on line 291