I realise that. However, deleting that part of the code does not achieve the result I want. I added the code there because I didn’t want the page title appearing on the shop’s front page.
My understanding is that the product title should appear directly above the price rather than above the product image. In fact, the coding for the single product page specifies it is the “product title” not the “page title” which is what I want appearing on the page.
the_title( ‘<h1 class=”product_title entry-title”>’, ‘</h1>’ );
Any other thoughts would be greatly appreciated.