Syntax highlighting for code in Wordpress
Posted by Sidhu on 3rd March 2008
I came across a post about syntax highlighting for code in Wordpress on Thomas Roach’s blog who in turn saw it on Tyler Muth’s blog. There is a plugin called syntax highlighter which does all the beauty. Use is very simple:
Download it from here.
Upload to your blog’s plugins folder and extract it over there.
Now (on Wordpress) go to Plugins page and activate the plugin.
To use it wrap your code like
and you are done.
Wanna see, how does it look like
SQL>drop database;
Isn’t beautiful ![]()
Posted in House Keeping | 3 Comments »