Natron commented on this post about the lack of facility to make a ’sticky’ homepage post in Wordpress 2.1. It is a problem that I have come accross when working on themes for 2.1. The Apples theme for Wordpress has a beautiful image of two apples on the homepage, using a hook something like this:

< ?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>

However, the is_home hook doesn’t seem to work for a static homepage. Which sucks. Am I missing something, or is this an opportunity to improve everyones favorite blogging platform?

Natron is also going to have to learn to type his URL correctly when leaving comments :)