Disable Home Title in Wordpress

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

Comments

Popular posts from this blog

How To: Get Cell C HSDPA USB dongle to work in Ubuntu

Enqueue Stylesheet or Javascript on just one Wordpress Page or Post