Most of the WordPress Conditional Tags are easy to understand and pretty self-explanatory with their terminology but these two tags – is_home() and is_front_page() were two which left me confused. So I searched for the difference between two and found that both are actually very different in their approaches. Though both of them give same… Continue reading Difference between is_home() and is_front_page()
Month: October 2010
Difference between home.php and front-page.php
With WordPress 3.0 release, a new page template was introduced as front-page.php. Now to show the front page, a developer has now 3 options namely – index.php, home.php and front-page.php Now the problem is which template is to be used when and how does WordPress decides which template to load when and how to avoid… Continue reading Difference between home.php and front-page.php