<?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 for Andrew Ryno</title>
	<atom:link href="http://andrewryno.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewryno.com</link>
	<description>WordPress developer and contributor from Phoenix, AZ</description>
	<lastBuildDate>Wed, 22 Feb 2012 07:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Unique Page Sidebars by andrew</title>
		<link>http://andrewryno.com/plugins/unique-page-sidebars/#comment-43</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 22 Feb 2012 07:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://andrewryno.com/?page_id=10#comment-43</guid>
		<description>In your theme you should have a file called sidebar.php that is already there. You should copy and paste this code into it wherever you would like it to show up.

&lt;?php dynamic_sidebar( apply_filters( &#039;ryno_sidebar&#039;, NULL ) ); ?&gt;

I think I&#039;m going to sit down and force myself this week to rewrite this to make it so you don&#039;t have to touch any code. I&#039;ve had it in my head for weeks but haven&#039;t been able to get an update out.

If you have any troubles and need more help with this until then, feel free to email me (andrewryno@gmail.com).</description>
		<content:encoded><![CDATA[<p>In your theme you should have a file called sidebar.php that is already there. You should copy and paste this code into it wherever you would like it to show up.</p>
<p>< ?php dynamic_sidebar( apply_filters( 'ryno_sidebar', NULL ) ); ?></p>
<p>I think I&#8217;m going to sit down and force myself this week to rewrite this to make it so you don&#8217;t have to touch any code. I&#8217;ve had it in my head for weeks but haven&#8217;t been able to get an update out.</p>
<p>If you have any troubles and need more help with this until then, feel free to email me (andrewryno@gmail.com).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unique Page Sidebars by Emily</title>
		<link>http://andrewryno.com/plugins/unique-page-sidebars/#comment-42</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Wed, 22 Feb 2012 05:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://andrewryno.com/?page_id=10#comment-42</guid>
		<description>sorry I am still very confused about where and what exactly to put in the code. Can you give a specific example?</description>
		<content:encoded><![CDATA[<p>sorry I am still very confused about where and what exactly to put in the code. Can you give a specific example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unique Page Sidebars by andrew</title>
		<link>http://andrewryno.com/plugins/unique-page-sidebars/#comment-35</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://andrewryno.com/?page_id=10#comment-35</guid>
		<description>You shouldn&#039;t really have to worry about any of the register_sidebar() code. In your functions.php if you find where register_sidebar() is defined, you can use one of those ID&#039;s for the default sidebar to show up. Otherwise if you replace &#039;default-sidebar-id&#039; with NULL (no quotes around it), nothing should show up by default.

Just place the dynamic_sidebar() in your sidebar.php file (or another file if you want) where you want the sidebar to show up.

Whenever I get around to updating the plugin, the need for editing code should go away.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t really have to worry about any of the register_sidebar() code. In your functions.php if you find where register_sidebar() is defined, you can use one of those ID&#8217;s for the default sidebar to show up. Otherwise if you replace &#8216;default-sidebar-id&#8217; with NULL (no quotes around it), nothing should show up by default.</p>
<p>Just place the dynamic_sidebar() in your sidebar.php file (or another file if you want) where you want the sidebar to show up.</p>
<p>Whenever I get around to updating the plugin, the need for editing code should go away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unique Page Sidebars by James Spence</title>
		<link>http://andrewryno.com/plugins/unique-page-sidebars/#comment-34</link>
		<dc:creator>James Spence</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://andrewryno.com/?page_id=10#comment-34</guid>
		<description>Hey Andrew -

Thanks for this plug-in. I am having problems using it on my page, I am not that educated in code. do i need to worry about any code other than  on the page I would like the custom sidecar to appear? 

I guess the &quot;register_sidebar()&quot; is throwing me off.

Thanks -
James</description>
		<content:encoded><![CDATA[<p>Hey Andrew -</p>
<p>Thanks for this plug-in. I am having problems using it on my page, I am not that educated in code. do i need to worry about any code other than  on the page I would like the custom sidecar to appear? </p>
<p>I guess the &#8220;register_sidebar()&#8221; is throwing me off.</p>
<p>Thanks -<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unique Page Sidebars by Andyeverywhere</title>
		<link>http://andrewryno.com/plugins/unique-page-sidebars/#comment-21</link>
		<dc:creator>Andyeverywhere</dc:creator>
		<pubDate>Thu, 19 Jan 2012 03:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://andrewryno.com/?page_id=10#comment-21</guid>
		<description>This is the plug in I&#039;ve been waiting for.... please try and keep it muppet-friendly,

cheers</description>
		<content:encoded><![CDATA[<p>This is the plug in I&#8217;ve been waiting for&#8230;. please try and keep it muppet-friendly,</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unique Page Sidebars by andrew</title>
		<link>http://andrewryno.com/plugins/unique-page-sidebars/#comment-15</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://andrewryno.com/?page_id=10#comment-15</guid>
		<description>I&#039;ll hopefully be working on that in the next version.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll hopefully be working on that in the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unique Page Sidebars by Benjamin Gorelick</title>
		<link>http://andrewryno.com/plugins/unique-page-sidebars/#comment-10</link>
		<dc:creator>Benjamin Gorelick</dc:creator>
		<pubDate>Sat, 07 Jan 2012 12:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://andrewryno.com/?page_id=10#comment-10</guid>
		<description>If you could extend this functionality for posts as well as pages, I&#039;d give you a hug...</description>
		<content:encoded><![CDATA[<p>If you could extend this functionality for posts as well as pages, I&#8217;d give you a hug&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

