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

Wordpress Contact Form 7 manually add Aweber subscribers in PHP

Eliminate render-blocking JavaScript and CSS