I would like the widgets on my blog to display only the content of the widgets, and not the titles...
tried modifying this function in the
function thematic_before_title() {
$content = "<h3 class=\"widgettitle\">";
return apply_filters('thematic_before_title', $content);
}
nothing changed...
been posting a lot here in the past few days. thank you all who reply! trying to grasp this php stuff to the point where i can begin answering questions too!