<?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: epobrat</title>
		<link><a href='http://www.kriesi.at/support/profile/epobrat'>epobrat</a></link>
		<description>Support Forum - User Favorites: epobrat</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 14:04:13 +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>James Morrison on "Sidebar edit, help!"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-edit-help#post-2347</link>
			<pubDate>Mon, 09 Aug 2010 14:29:56 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to add another widget area for the blog posts. Open up functions.php and at the end of the file you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( function_exists(&#38;#39;register_sidebar&#38;#39;) )
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;News Section Sidebar&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;%1$s&#38;quot; class=&#38;quot;widget %2$s&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
	&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h3&#38;gt;&#38;#39;,
	));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Immediately under it add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( function_exists(&#38;#39;register_sidebar&#38;#39;) )
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Blog Pages Sidebar&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;%1$s&#38;quot; class=&#38;quot;widget %2$s&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
	&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h3&#38;gt;&#38;#39;,
	));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Next, open up sidebar.php and immediately under this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; !is_page() &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;News Section Sidebar&#38;#39;) ) : endif; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;add this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; is_single() &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Blog Pages Sidebar&#38;#39;) ) : endif; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will add a new widgetized area which you can drag and drop widgets to for the Blog single pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hka214 on "Sidebar edit, help!"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-edit-help#post-2268</link>
			<pubDate>Sun, 08 Aug 2010 14:04:24 +0000</pubDate>
			<dc:creator>hka214</dc:creator>
			<guid isPermaLink="false">2268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks James! How about the sidebar that's featured in my blog (posts section)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Sidebar edit, help!"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-edit-help#post-1999</link>
			<pubDate>Thu, 05 Aug 2010 13:45:08 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;In WordPress admin, under Appearance -&#38;gt; Widgets you have a list of available widgetized areas on the right side of the page. You need to drag and drop the widgets you want to display in the order you want them to show up.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hka214 on "Sidebar edit, help!"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-edit-help#post-1963</link>
			<pubDate>Wed, 04 Aug 2010 22:02:00 +0000</pubDate>
			<dc:creator>hka214</dc:creator>
			<guid isPermaLink="false">1963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kreisi,&#60;/p&#62;
&#60;p&#62;I can't seem to find where to edit the sidebar in on of the pages..This is probably a really simple thing to do, sorry for the silly question!&#60;/p&#62;
&#60;p&#62;-H
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
