woocommerce/templates/loop/title.php

16 lines
219 B
PHP
Raw Normal View History

<?php
/**
2015-07-20 17:36:12 +00:00
* Product loop title
*
* @author WooThemes
* @package WooCommerce/Templates
2015-07-20 17:36:12 +00:00
* @version 2.4.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<h3><?php the_title(); ?></h3>