Changing a Widget title to an Image
-
Hey everyone… so for the life of me I can’t figure something out.
Currently on my site all of the default Widget titles are simple text:
https://www.self-titledmag.com (you’ll notice the section ‘CATEGORIES’ on the bottom right)
I want to replace this widget title with an image. I found the widgets.php file in wp-includes and found the section where the category name resides:
$title = empty($options[$number]['title']) ? __('Categories') : $options[$number]['title'];
Does anyone know how I would go about replace ‘Categories’ with an image?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Changing a Widget title to an Image’ is closed to new replies.