Bump 🙂
Can anyone offer any help with this at all please?
Thank you
Adam
If you go into the Editor and go to edit the Page Template find these lines:
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( is_front_page() ) { ?>
<h2 class="entry-title"><?php the_title(); ?></h2>
and take out <?php the_title(); ?> and you should be good.