WP-Syntax plugin for WordPress
Sunday, August 01st, 2010 | Author: Matjaž Hladnik
Thanks to Uroš (http://blog.likar.si) I managed to install the WP-Syntax plugin for WordPress. It helps to write programming code in different languages through very simple <pre lang=”php”> customization. Let’s try it right now!
PHP
1 2 | $a = 0; $b = 1; |
Javascript
1 2 | var a = 0; var b = 1; |
CSS
1 2 | a {border: 0;} b {background: none;} |
Yeah, that’s it! Let’s go crazy!
Category: WordPress
|

