woocommerce/templates/single-product/title.php

6 lines
125 B
PHP

<?php
/**
* Single Product Title
*/
?>
<h1 itemprop="name" class="product_title page-title"><?php the_title(); ?></h1>