# Wordpress syntax hiliter


By Ben Ramsey

Published on August 10, 2004


I'm just trying out a nifty [syntax hiliter plugin](http://blog.igeek.info/2004/igsyntax-hiliter-update/) for Wordpress. This particular plugin handles HTML, CSS, PHP, Java, and SQL. I've modified it a little bit to suit my own personal tastes.

```php
function hello_world()
{
    echo 'hello, world!';
}

hello_world(); // tells the world 'hello'
```

*UPDATE (3 Oct 2005):* I'm now using [CodeHighlight](http://web.archive.org/web/20051231010547/http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/).


