Hi Deni, I′m having some troubles trying to use images for Titles in my widgetized sidebar. I would like to stylize each of the h2 titles applying different classes, each one with own background images. In the widgets.ph file I found where the class is applied to the titles:
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => “</h2>\n”,
The problem is that it′s the same class “widgettitle” for all titles, and I don′t know much php to change this.
How did you do to use your image titles? Have any suggestion to solve my problem?
Thanks in advance!