The widget title in your widget files
-
Hi,
Very nice plugin! Really helpful.
I have a comment/question about the widget title in all 3 widget files:
<?php if (!empty($instance['title'])) { if (isset($args['before_title'])) { echo $args['before_title']; echo $instance['title']; echo $args['after_title']; } else { ?> <h3 class="widget-title"><?php echo $instance['title'] ?></h3> <?php } } ?>
My theme does support the before and after title but still the h3 widget-title is displayed.
So I removed the whole h3 widget-title part and noticed the before and after title isn’t loaded at all.
So there must be something wrong somewhere in your widget code. Or am I missing something?
Guido
https://www.ads-software.com/plugins/woocommerce-currency-switcher/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘The widget title in your widget files’ is closed to new replies.