2012-05-26 16:25:07 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2012-08-14 18:05:45 +00:00
|
|
|
* Single Product title
|
|
|
|
*
|
2015-05-21 17:20:37 +00:00
|
|
|
* @author WooThemes
|
|
|
|
* @package WooCommerce/Templates
|
2015-05-29 15:27:38 +00:00
|
|
|
* @version 1.6.4
|
2012-05-26 16:25:07 +00:00
|
|
|
*/
|
2012-10-15 10:57:58 +00:00
|
|
|
|
2014-09-22 16:37:57 +00:00
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
|
|
exit; // Exit if accessed directly
|
|
|
|
}
|
2012-10-15 10:57:58 +00:00
|
|
|
|
2012-05-26 16:25:07 +00:00
|
|
|
?>
|
2015-05-29 15:27:38 +00:00
|
|
|
<h1 itemprop="name" class="product_title entry-title"><?php the_title(); ?></h1>
|