<?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: Regal WordPress Theme</title>
	<atom:link href="http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/</link>
	<description>Expressing Ideas</description>
	<lastBuildDate>Tue, 08 Jun 2010 00:53:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sean</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-6317</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 08 Jun 2010 00:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-6317</guid>
		<description>That did the trick. Thanks a million!</description>
		<content:encoded><![CDATA[<p>That did the trick. Thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G' Blog</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-6311</link>
		<dc:creator>G' Blog</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-6311</guid>
		<description>Thanks for using one of my themes and for making me aware of the problem with the ads section in the sidebar. It occurs when you use widgets in the sidebar and can be rectified by changing the following code in the sidebar.php file

&lt;code&gt;&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */
  if ( !function_exists(&#039;dynamic_sidebar&#039;) &#124;&#124; !dynamic_sidebar() ) : ?&gt;

&lt;?php
  $ads2 = get_option(&#039;Regal_ads2&#039;);
  if($ads2){ include(TEMPLATEPATH . &#039;/ads.php&#039;); }
  ?&gt;&lt;/code&gt;


with this code

&lt;code&gt;&lt;?php
  $ads2 = get_option(&#039;Regal_ads2&#039;);
  if($ads2){ include(TEMPLATEPATH . &#039;/ads.php&#039;); }
  ?&gt;

&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */
  if ( !function_exists(&#039;dynamic_sidebar&#039;) &#124;&#124; !dynamic_sidebar() ) : ?&gt;&lt;/code&gt;

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Thanks for using one of my themes and for making me aware of the problem with the ads section in the sidebar. It occurs when you use widgets in the sidebar and can be rectified by changing the following code in the sidebar.php file</p>
<p><code>&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */<br />
  if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?&gt;</p>
<p>&lt;?php<br />
  $ads2 = get_option('Regal_ads2');<br />
  if($ads2){ include(TEMPLATEPATH . '/ads.php'); }<br />
  ?&gt;</code></p>
<p>with this code</p>
<p><code>&lt;?php<br />
  $ads2 = get_option('Regal_ads2');<br />
  if($ads2){ include(TEMPLATEPATH . '/ads.php'); }<br />
  ?&gt;</p>
<p>&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */<br />
  if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?&gt;</code></p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-6306</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 07 Jun 2010 07:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-6306</guid>
		<description>Great theme! It fits my site perfectly. My only problem is getting the 125x125 ads to show up. I enabled them under settings but they do not show up.</description>
		<content:encoded><![CDATA[<p>Great theme! It fits my site perfectly. My only problem is getting the 125&#215;125 ads to show up. I enabled them under settings but they do not show up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeathseaL</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-6245</link>
		<dc:creator>DeathseaL</dc:creator>
		<pubDate>Tue, 01 Jun 2010 14:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-6245</guid>
		<description>why 125 x 125 banner not working?
I have been check diplay add on 125 x 125 banner Settings</description>
		<content:encoded><![CDATA[<p>why 125 x 125 banner not working?<br />
I have been check diplay add on 125 x 125 banner Settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: katie sylester</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-6042</link>
		<dc:creator>katie sylester</dc:creator>
		<pubDate>Thu, 20 May 2010 09:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-6042</guid>
		<description>Yes it does. all back now. thank you very much!
Katie</description>
		<content:encoded><![CDATA[<p>Yes it does. all back now. thank you very much!<br />
Katie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G' Blog</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-5903</link>
		<dc:creator>G' Blog</dc:creator>
		<pubDate>Tue, 11 May 2010 14:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-5903</guid>
		<description>Yes I am working on a new updated version with added features which will be released by friday. It will address the problems with the menu and category which some people are facing and will have a face lift with few tweaks here and there.</description>
		<content:encoded><![CDATA[<p>Yes I am working on a new updated version with added features which will be released by friday. It will address the problems with the menu and category which some people are facing and will have a face lift with few tweaks here and there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-5902</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 11 May 2010 14:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-5902</guid>
		<description>Any update on the theme coming up for the new wordpress version?</description>
		<content:encoded><![CDATA[<p>Any update on the theme coming up for the new wordpress version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G' Blog</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-5901</link>
		<dc:creator>G' Blog</dc:creator>
		<pubDate>Tue, 11 May 2010 14:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-5901</guid>
		<description>Hi Katie,

Please find the following in your header.php file

&lt;code&gt;&lt;?php wp_list_pages(&#039;title_li=&amp;depth=4&amp;number=10&amp;exclude=&#039;); ?&gt;&lt;/code&gt;

and then replace it with 
&lt;code&gt;&lt;?php wp_list_pages(&#039;title_li=&amp;depth=4&amp;exclude=&#039;); ?&gt;&lt;/code&gt;
 
Please let me know if it solves your problem. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Katie,</p>
<p>Please find the following in your header.php file</p>
<p><code>&lt;?php wp_list_pages('title_li=&amp;depth=4&amp;number=10&amp;exclude='); ?&gt;</code></p>
<p>and then replace it with<br />
<code>&lt;?php wp_list_pages('title_li=&amp;depth=4&amp;exclude='); ?&gt;</code></p>
<p>Please let me know if it solves your problem. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G' Blog</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-5900</link>
		<dc:creator>G' Blog</dc:creator>
		<pubDate>Tue, 11 May 2010 14:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-5900</guid>
		<description>I see you have made some progress to your questions on your own. The issue with why you don&#039;t see some of the thumbnails is because the images might have been added via the image gallery and not during the writing of the post. I suggest recreating thumbnails for those images. as for your second question the first image shows up as the thumbnail of the post you can use a plugin and modify the code if you want to choose which image you want as your thumbnail for the post.

Hope it helps you.</description>
		<content:encoded><![CDATA[<p>I see you have made some progress to your questions on your own. The issue with why you don&#8217;t see some of the thumbnails is because the images might have been added via the image gallery and not during the writing of the post. I suggest recreating thumbnails for those images. as for your second question the first image shows up as the thumbnail of the post you can use a plugin and modify the code if you want to choose which image you want as your thumbnail for the post.</p>
<p>Hope it helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G' Blog</title>
		<link>http://www.gauson.com/blog/2009/10/27/regal-wordpress-theme/comment-page-2/#comment-5899</link>
		<dc:creator>G' Blog</dc:creator>
		<pubDate>Tue, 11 May 2010 14:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauson.com/?p=280#comment-5899</guid>
		<description>after you have installed the theme please visit the theme settings page to setup your sponsor ads. as for the flickr photo&#039;s you need to get the flickrRSS plugin from wordpress plugin section. hope it helps you.</description>
		<content:encoded><![CDATA[<p>after you have installed the theme please visit the theme settings page to setup your sponsor ads. as for the flickr photo&#8217;s you need to get the flickrRSS plugin from wordpress plugin section. hope it helps you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

