Show. only on the main page:
<?php if(is_front_page()) { ?> My text or code here! <?php } ?>
Show on all pages except the main:
<?php if(!is_front_page()) { ?> My text or code here! <?php } ?>
Show. only on the main page:
<?php if(is_front_page()) { ?> My text or code here! <?php } ?>
Show on all pages except the main:
<?php if(!is_front_page()) { ?> My text or code here! <?php } ?>