Disable Home Title in Wordpress Get link Facebook X Pinterest Email Other Apps June 26, 2014 Replace <?php the_title(); ?> with <?php if ( ! is_front_page() ) { the_title(); } ?> in page.php to not show title on home page if you want Read more