<?php if(is_front_page()): echo 'yazı burada'; endif; ?>
if ( $_SERVER["REQUEST_URI"] == '/' ) { echo 'yazı burada'; }