golden hour
/home/doctorbruno/public_html/taeionline.com/wp-content/themes/shelley/woocommerce/single-product
⬆️ Go Up
Upload
File/Folder
Size
Actions
title.php
271 B
Del
OK
Edit: title.php
<?php /** * Single Product title * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } ?> <h2 itemprop="name" class="product_title entry-title"><?php the_title(); ?></h2>
Save