Remove page title on homepage using TwentyEleven theme – blank page
-
Hi,
I’m trying to hide the page title on my homepage which is using Twenty Eleven theme.
I went into my theme, took content-page.php, copied it, renamed it to content-page-notitle.php, added this line to the top:
<?php
/*
Template Name: Homepage (No Title)
*/
?>and went down and deleted this code:
<h1 class=”entry-title”><?php the_title(); ?></h1>
I then uploaded this new file via ftp to the location of the other .php files within the theme, then I opened my homepage in wordpress and selected the new page template.
Now when I view my page the homepage is just blank – https://cornwallbingo.co.uk
The other pages are still working.
Any idea what I’m doing wrong?
Thanks for any help
- The topic ‘Remove page title on homepage using TwentyEleven theme – blank page’ is closed to new replies.