Remove Page Title
I am using a new page for my homepage.
As we know, the defaulty page template displays the page title at the top.
I think this is unnecessary, as the breadcrumbs are there, especially on the homepage.
Ideally I would like to remove it on either all pages, or just my homepage.
I found this line of code, but can't find where to insert it.
<?php if (is_front_page() ) { /*Do nothing*/ } else { the_title(); }
Does anyone have any ideas?