I am trying the above, to remove the title from one page. But need some help to get it working. I am using the mandigo theme, which looks like:
<<?php echo $tag_posttitle_single; ?> class="posttitle"><?php the_title(); ?></<?php echo $tag_posttitle_single; ?>>
Using:
<h2><?php if (get_the_title != "Homepage") echo get_the_title() ?></h2>
Won’t work either…