Fixed template category double title bug
This commit is contained in:
@@ -8,6 +8,6 @@ if (!defined('ABSPATH')) {
|
||||
<div>
|
||||
<h3>
|
||||
<strong class="item-title"><?php echo $title; ?></strong>
|
||||
<strong class="item-title"><?php echo $quantity; ?></strong>
|
||||
<strong class="item-title">[<?php echo $quantity; ?>]</strong>
|
||||
</h3>
|
||||
</div><?php
|
||||
|
||||
Reference in New Issue
Block a user