I just installed WordPress 1.5 last night, and boy was that a pain. I had made many custom edits to extend the functionality and look & feel, which came back to haunt me. But at least 1.5 has the idea of themes, which allow for most of the visual and *structural* _changes_ you could want.
I also found a cool plugin for code syntax highlithing called Geshi.
package com.grahame.test;
import java.io.File;
public class GrahameTest {
public static main(String argv[]) {
File file = new File();
System.out.println("Hello");
}
}
Posted on Wed, 5/4/2005 at 21:31:26 by grahame |
Comments (0) | full entry