You can evaluate if you are on the Home page with the variable:
$this_is_home_page

PHP Code:
if ($this_is_home_page) {
// do this I am the home page
} else {
// do something else I am not the home page