i have below code, i want use div on it and then use class , but when i use div, it show me error at WordPress, i think use div on it wrongly...
$title = $instance['title'];
$title = apply_filters('widget_title', $title);
echo $before_title.'<img src="'.includes_url().'/images/rss.png">'.$title.$after_title."\n";
//echo "l:".$instance['layouttype'];
if i cant use div on it, so how i can use style like background-color on it?
Please help me how i can resolve it?
thanks.