<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: xoxo ul class on all widgets?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 02:07:34 +0000</pubDate>

<item>
<title>ErickB on "xoxo ul class on all widgets?"</title>
<link>http://themeshaper.com/forums/topic/xoxo-ul-class-on-all-widgets#post-24033</link>
<pubDate>Thu, 01 Dec 2011 15:25:07 +0000</pubDate>
<dc:creator>ErickB</dc:creator>
<guid isPermaLink="false">24033@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for the update and links!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "xoxo ul class on all widgets?"</title>
<link>http://themeshaper.com/forums/topic/xoxo-ul-class-on-all-widgets#post-24020</link>
<pubDate>Wed, 30 Nov 2011 19:47:31 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24020@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;well it is in thematic core, so you can filter it.&#60;/p&#62;
&#60;p&#62;here's the source&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// this function returns the opening CSS markup for the widget area
function thematic_before_widget_area($hook) {
	$content =  &#38;quot;\n&#38;quot;;
	if ($hook == &#38;#39;primary-aside&#38;#39;) {
		$content .= &#38;#39;&#38;lt;div id=&#38;quot;primary&#38;quot; class=&#38;quot;aside main-aside&#38;quot;&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	} elseif ($hook == &#38;#39;secondary-aside&#38;#39;) {
		$content .= &#38;#39;&#38;lt;div id=&#38;quot;secondary&#38;quot; class=&#38;quot;aside main-aside&#38;quot;&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	} elseif ($hook == &#38;#39;1st-subsidiary-aside&#38;#39;) {
		$content .= &#38;#39;&#38;lt;div id=&#38;quot;first&#38;quot; class=&#38;quot;aside sub-aside&#38;quot;&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	} elseif ($hook == &#38;#39;2nd-subsidiary-aside&#38;#39;) {
		$content .= &#38;#39;&#38;lt;div id=&#38;quot;second&#38;quot; class=&#38;quot;aside sub-aside&#38;quot;&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	} elseif ($hook == &#38;#39;3rd-subsidiary-aside&#38;#39;) {
		$content .= &#38;#39;&#38;lt;div id=&#38;quot;third&#38;quot; class=&#38;quot;aside sub-aside&#38;quot;&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	} else {
		$content .= &#38;#39;&#38;lt;div id=&#38;quot;&#38;#39; . $hook . &#38;#39;&#38;quot; class=&#38;quot;aside&#38;quot;&#38;gt;&#38;#39; .&#38;quot;\n&#38;quot;;
	}
	$content .= &#38;quot;\t&#38;quot; . &#38;#39;&#38;lt;ul class=&#38;quot;xoxo&#38;quot;&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	return apply_filters(&#38;#39;thematic_before_widget_area&#38;#39;, $content);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;here's a basic &#34;how-to&#34; for using filters&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/need-help-understanding-actions-vs-filters-and-changing-post-meta-and-utility#post-22638&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/need-help-understanding-actions-vs-filters-and-changing-post-meta-and-utility#post-22638&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ErickB on "xoxo ul class on all widgets?"</title>
<link>http://themeshaper.com/forums/topic/xoxo-ul-class-on-all-widgets#post-24019</link>
<pubDate>Wed, 30 Nov 2011 18:06:56 +0000</pubDate>
<dc:creator>ErickB</dc:creator>
<guid isPermaLink="false">24019@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Is there an update on this?&#60;/p&#62;
&#60;p&#62;Thank you for all of your development of the Thematic theme.&#60;/p&#62;
&#60;p&#62;Erick
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "xoxo ul class on all widgets?"</title>
<link>http://themeshaper.com/forums/topic/xoxo-ul-class-on-all-widgets#post-10839</link>
<pubDate>Fri, 19 Mar 2010 09:04:48 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">10839@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi aj,&#60;/p&#62;
&#60;p&#62;the &#60;code&#62;&#38;lt;ul class=&#38;quot;xoxo&#38;quot;&#38;gt;&#60;/code&#62; is created by &#60;code&#62;thematic_before_widget_area($hook)&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;This function can be filtered, but I need to add one more thing to the core to approve this filter.&#60;/p&#62;
&#60;p&#62;Will send an update on this later today including a best practise guide.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>ajmartin on "xoxo ul class on all widgets?"</title>
<link>http://themeshaper.com/forums/topic/xoxo-ul-class-on-all-widgets#post-10774</link>
<pubDate>Wed, 17 Mar 2010 05:56:00 +0000</pubDate>
<dc:creator>ajmartin</dc:creator>
<guid isPermaLink="false">10774@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Looking at the source code it appears that every widget would be proceeded by&#60;br /&#62;
&#38;lt;ul class=&#34;xoxo&#34;&#38;gt; &#60;/p&#62;
&#60;p&#62;Is there any easy way to filter this out?   I am using the widget areas to add images etc and they dont fit the ul &#38;gt; li format that well.....&#60;/p&#62;
&#60;p&#62;tia,&#60;br /&#62;
aj
&#60;/p&#62;</description>
</item>

</channel>
</rss>
