Condition for home page Posted on October 25, 2014 by Anoop Saini <?php if (drupal_is_front_page()){ echo ‘this is home’; } ?> Rate this: Related