woocommerce/templates/loop/title.php

16 lines
219 B
PHP

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