Make Code in WordPress Awesome
If you plan to show your code in a WordPress blog, then you absolutely have to get nextthing.org’s plugin. The plugin supports different languages as well as external file includes and downloading. It’s pretty awesome. Check it out:
public class Test {
public static void main(String[] args) {
System.out.println("test");
}
}
Download this code: /code/Test.java
or
#!/bin/bash
echo "pretty sweet, huh?";
1 Comment so far
Leave a reply
[...] written previously about syntax highlighting in WordPress, but I’ve found a better plugin since then. [...]