Using Flip to Clean Up PHP Files

Here’s another handy tool for editing .php files for WordPress themes. I suppose this could be used for any .php files, but editing WordPress themes is where I generally encounter this problem. The problem being .php files created by other people using some sort of Windows editor (ie. Notepad). These files can be extremely ugly [...]

WordPress 2.7 – Image Uploader Problem

After uploading an image using the Image Uploader, the radio buttons for the different picture sizes were grayed out and unselectable. The only option available was full size. The other issue that I noticed was that there were also no sizes displaying beneath the radio buttons and the full size was appearing as 0×0.

[...]

Framing Gallery2 Into WordPress

Here we go on another adventure in the world of websites and code that I know nothing about. One of the major features that I wanted to add to this site was to have my gallery embedded or at least appear to be embedded. There is a plug-in called WPG2 which does exactly that – [...]

WordPress and Adding Line Breaks – a Hack

1-22-2012: It’s been four years since I made this original post and this solution appears to still be simplest one out there. I did a little looking around on the Internets and have seen all sorts of different attempts; plug-ins, rewriting style sheets, and long complicated lines of code. I’m a bit surprised that this [...]