Great news for WordPress theme developers. WordPress 2.5 now offers a new conditional tag: is_front_page(). We have long lived with other options (is_page('home')) or other logic like that, but the is_front_page() simplifies defining the "home page" in our templates. Thanks guys! Read More »