Syntax Highlighting In WordPress
Filed in: Site News, WordPress — June 8th, 2004
Displaying source code in weblog/web page was a headache. With the syntax highlighting plugin installed, it is FUN!
Here is the what I type in post:
<pre lang=”php”>
echo “testing 1 2 3″;
</pre>
And it will auto display as follows:
echo "testing 1 2 3";
Isn’t it nice?!
Comments Feed
TrackBack URL

