<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - User Favorites: cg413</title>
		<link><a href='http://www.kriesi.at/support/profile/cg413'>cg413</a></link>
		<description>Support Forum - User Favorites: cg413</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 03:14:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-63273</link>
			<pubDate>Tue, 03 Jul 2012 05:19:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cg413,&#60;/p&#62;
&#60;p&#62;Just answered that one your thread. &#60;a href=&#34;http://www.kriesi.at/support/topic/how-do-i-turn-off-the-column-where-sidebar-was?replies=2#post-63272&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-do-i-turn-off-the-column-where-sidebar-was?replies=2#post-63272&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cg413 on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-63268</link>
			<pubDate>Tue, 03 Jul 2012 04:16:19 +0000</pubDate>
			<dc:creator>cg413</dc:creator>
			<guid isPermaLink="false">63268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Charles (or anyone!), I used your advice to turn OFF the sidebars, which is what I wanted to do.  But it still shows an empty column.  How can I get the pages where the sidebar used to be to stretch to full width like the other pages do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-26865</link>
			<pubDate>Tue, 13 Sep 2011 12:57:26 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Dude could help you =]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-26625</link>
			<pubDate>Fri, 09 Sep 2011 13:07:33 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26625@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, understood! It wasn't a big deal, I just wondered why they weren't showing up. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-26612</link>
			<pubDate>Fri, 09 Sep 2011 06:53:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the &#34;dummy&#34; widgets are just hardcoded functions (they won't appear as widgets in the sidebar widget areas and can't be compared to &#34;classic&#34; widgets). The code can be found in includes/admin/register-widget-area.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-26525</link>
			<pubDate>Wed, 07 Sep 2011 12:53:32 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;I think you didn't understand what I meant. I didn't want to turn off the default content (which is the code that you posted). I wanted to know why the default widgets (eg &#34;pages&#34;, &#34;categories&#34;, &#34;archive&#34; - for a page) don't appear in the sidebar construction boxes to the right of the drag and drop area in Dashboard/Appearance/Widgets/?&#60;/p&#62;
&#60;p&#62;When you drag a widget to one of the boxes yourself, the default content changes to the content you drop into the box. But that default content is never visible in the boxes.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-26506</link>
			<pubDate>Tue, 06 Sep 2011 23:20:19 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your sidebar.php file you can change&#60;code&#62;$default_sidebar = true;&#60;/code&#62; to &#60;code&#62;$default_sidebar = false;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "DEFAULT WIDGET CONTENT"</title>
			<link>http://www.kriesi.at/support/topic/default-widget-content#post-26379</link>
			<pubDate>Sun, 04 Sep 2011 17:57:25 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just installed the theme today and trying to get my head around it and WP!&#60;br /&#62;
I noticed that the demo setup has widgets in the sidebar that appear to be set by default. Yet none of these widgets appear in the sidebar panels to the right of the Widget drag and drop area. They are all empty. Is there any reason for that?&#60;br /&#62;
Where are the default widgets set? I can't find it anywhere.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
