Cautand pe google pentru o solutie asemanatoare am gasit asta:
<?php if( is_home() || is_front_page() ) : ?>
<!-- cod pentru index -->
<?php else : ?>
<!-- cod pentru restul paginilor -->
<?php endif; ?>