By Will on December 10th, 2008 | WordPress | No Comments »
Just wanted to really quickly say that WordPress 2.7 RC 2 came out today. The second release candidate means we’re probably only a couple days away from getting a final release. Its interesting that the final release will be almost exactly one month after its originally intended release. I suppose this is really to be expected though, considering all the changes that went into 2.7.
EDIT: Oh yes, and here’s the dev blog announcement and the direct download link.
By Will on November 3rd, 2008 | WordPress | No Comments »
I’ve been developing a WordPress plug-in for the Holidays (more on this at a later date) and I found something interesting. When plug-ins are loaded, the conditional tags (is_home, is_page, etc.) are effectively useless because the requested URL hasn’t been parsed yet. This was a problem for me because I wanted to be able to only have the script do its magic on the home page (by checking is_front_page). I did some searching but didn’t really find anything helpful. I even looked at the definition of is_front_page in the source code, which simply confirmed that it wouldn’t return accurate results when the plug-in was loaded. I finally thought of a good way to fix this… an action hook.
[More]
By Will on July 17th, 2008 | It's An Anderson | 2 Comments »
I’ve finally done some of the work on this WordPress template that I wanted to do. The graphics look clearer now, and are also a bit more optimized, taking less time to download.
[More]