Formatting java code in wordpress messages

I am going to write some posts that contain some Java code, and I would like to format it correctly by coloring java keywords. Like an eclipse. I am looking for some recommendations on using a theme / plugin.

Thanks, Tejas.

+4
source share
2 answers

Chili code formatting is a good Wordpress plugin for this.

Official link: http://wordpress.org/extend/plugins/wp-chili/

Alternative link: http://webscripts.softpedia.com/script/Modules/WordPress-Plugins/WP-Chili-48730.html

You may have other plugins with these page or these one more

However, it has not been updated since two years. Perhaps you should use a lot of recent things like WP Code Plugin .

It seems that new versions of wordpress already included support for submitting code . I'm also very interested, lol.

+3
source

It looks like it's standard today:

[code language="css"] your code here [/code] 

As described here by Wordpress itself.

+6
source

All Articles