Forums
Forums / Plugin: Image Widget / Use HTML in Widget Title
(@fshequin)
12 years, 11 months ago
Is it possible to use HTML in the Widget Title for the Image Widget WordPress Plugin?
http://ww.wp.xz.cn/plugins/image-widget/
(@peterchester)
I think you need something like this in your functions.php file (I haven’t tested this):
<?php remove_filter( ‘widget_title’, ‘esc_html’ ); ?>
The topic ‘Use HTML in Widget Title’ is closed to new replies.