woocommerce/templates/loop/title.php

16 lines
221 B
PHP
Raw Normal View History

<?php
/**
* Single Product title
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.5
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<h3><?php the_title(); ?></h3>