<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: BNS Featured Category</title>
	<atom:link href="http://buynowshop.com/plugins/bns-featured-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://buynowshop.com</link>
	<description>Administrate. Implement. Design.</description>
	<lastBuildDate>Sat, 13 Mar 2010 16:25:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-800</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-800</guid>
		<description>&lt;strong&gt;NB: Expect this to break (badly) if more than one category is used in the instance.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>NB: Expect this to break (badly) if more than one category is used in the instance.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-799</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-799</guid>
		<description>If you are looking at &quot;re-styling&quot; the &lt;strong&gt;title&lt;/strong&gt;, then you will need to work with the code on line 93.

[code language=&quot;php&quot; firstline=&quot;91&quot;]
  		/* Title of widget (before and after defined by themes). */
  		if ( $title )
  			echo $before_title . $title . $after_title;
[/code]

Modify by adding a wrapping &#039;div&#039; around the &#039;$title&#039; variable ... without testing, this may work:

[code language=&quot;php&quot; firstline=&quot;91&quot;]
  		/* Title of widget (before and after defined by themes). */
  		if ( $title )
  			echo $before_title . &#039;&lt;span class=&quot;bnsfc-cat-&#039; . $cat_choice . &#039;&quot;&gt;&#039; . $title . &#039;&lt;/span&gt;&#039; . $after_title;
[/code]</description>
		<content:encoded><![CDATA[<p>If you are looking at &#8220;re-styling&#8221; the <strong>title</strong>, then you will need to work with the code on line 93.</p>
<pre class="brush: php; first-line: 91;">
  		/* Title of widget (before and after defined by themes). */
  		if ( $title )
  			echo $before_title . $title . $after_title;
</pre>
<p>Modify by adding a wrapping &#8216;div&#8217; around the &#8216;$title&#8217; variable &#8230; without testing, this may work:</p>
<pre class="brush: php; first-line: 91;">
  		/* Title of widget (before and after defined by themes). */
  		if ( $title )
  			echo $before_title . '&lt;span class=&quot;bnsfc-cat-' . $cat_choice . '&quot;&gt;' . $title . '&lt;/span&gt;' . $after_title;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-798</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-798</guid>
		<description>If you point me in the right direction in the plugin code, I might be able to contribute a patch that does it. We need something like this ASAP for a specific project, so I&#039;m motivated to make it happen ;-)</description>
		<content:encoded><![CDATA[<p>If you point me in the right direction in the plugin code, I might be able to contribute a patch that does it. We need something like this ASAP for a specific project, so I&#8217;m motivated to make it happen <img src='http://buynowshop.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-797</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-797</guid>
		<description>@Eric - A quick look at what you are suggesting would indicate that a single category class identifier could easily be added to the code, but the plugin functionality allows for multiple categories in the same instance.

In this case, I will be investigating the multiple category modification idea further before releasing additional code. Thank you for the idea!</description>
		<content:encoded><![CDATA[<p>@Eric &#8211; A quick look at what you are suggesting would indicate that a single category class identifier could easily be added to the code, but the plugin functionality allows for multiple categories in the same instance.</p>
<p>In this case, I will be investigating the multiple category modification idea further before releasing additional code. Thank you for the idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-796</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 02 Mar 2010 16:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-796</guid>
		<description>Is there any way to apply different style classes to the category headings based on the category ID or name? It seems that they&#039;re just using the widget-header class, but I need to make each category heading look slightly different.
Thanks, by the way, for your work on this plugin.</description>
		<content:encoded><![CDATA[<p>Is there any way to apply different style classes to the category headings based on the category ID or name? It seems that they&#8217;re just using the widget-header class, but I need to make each category heading look slightly different.<br />
Thanks, by the way, for your work on this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-729</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Wed, 03 Feb 2010 04:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-729</guid>
		<description>That&#039;s great! ... and you are welcome. :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s great! &#8230; and you are welcome. <img src='http://buynowshop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scottAD</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-728</link>
		<dc:creator>scottAD</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-728</guid>
		<description>That did it!  Perfect!!  Thank you so much for making this, btw!</description>
		<content:encoded><![CDATA[<p>That did it!  Perfect!!  Thank you so much for making this, btw!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-727</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-727</guid>
		<description>@Scott - The basic styling of the items in the widget follows from the styles that would be used by your archive/category template page. I added additional CSS classes so you could modify the widget output to look differently if you wish.

Looking at your website using your &quot;Comix&quot; as a sample, try this bit of CSS in your style.css file:[code language=&quot;CSS&quot;].bns-featured-category .post {margin: 0 0 10px;}[/code]

The CSS you tried above would only affect the Category &lt;em&gt;Description&lt;/em&gt; which does not appear to be in use with the Comix example.</description>
		<content:encoded><![CDATA[<p>@Scott &#8211; The basic styling of the items in the widget follows from the styles that would be used by your archive/category template page. I added additional CSS classes so you could modify the widget output to look differently if you wish.</p>
<p>Looking at your website using your &#8220;Comix&#8221; as a sample, try this bit of CSS in your style.css file:
<pre class="brush: css;">.bns-featured-category .post {margin: 0 0 10px;}</pre>
<p>The CSS you tried above would only affect the Category <em>Description</em> which does not appear to be in use with the Comix example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-726</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 02 Feb 2010 23:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-726</guid>
		<description>This plugin works fine for me, but I still don&#039;t understand how to edit the CSS for this... I tried using
&lt;code&gt; .bnsfc-cat-desc {font-style: italic;}&lt;/code&gt;

as a test, but nothing changes.  I just want to tighten up the spacing between the UL of each post and to have a solid line under each one.  (Default is a dotted line?)

Hmm...</description>
		<content:encoded><![CDATA[<p>This plugin works fine for me, but I still don&#8217;t understand how to edit the CSS for this&#8230; I tried using<br />
<code> .bnsfc-cat-desc {font-style: italic;}</code></p>
<p>as a test, but nothing changes.  I just want to tighten up the spacing between the UL of each post and to have a solid line under each one.  (Default is a dotted line?)</p>
<p>Hmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/plugins/bns-featured-category/comment-page-1/#comment-686</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Mon, 18 Jan 2010 23:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?page_id=411#comment-686</guid>
		<description>@shoaib - Thanks for the compliments! Adding post thumbnails is still on the review list, especially with the new functionality added in WordPress 2.9</description>
		<content:encoded><![CDATA[<p>@shoaib &#8211; Thanks for the compliments! Adding post thumbnails is still on the review list, especially with the new functionality added in WordPress 2.9</p>
]]></content:encoded>
	</item>
</channel>
</rss>
