<?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 - Topic: Default Blog Layout</title>
		<link>http://www.kriesi.at/support/topic/default-blog-layout-1</link>
		<description>Support Forum - Topic: Default Blog Layout</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 08:35:09 +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/topic/default-blog-layout-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99359</link>
			<pubDate>Mon, 04 Mar 2013 14:50:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99359@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99289</link>
			<pubDate>Mon, 04 Mar 2013 03:12:35 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,Ismael.&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99283</link>
			<pubDate>Mon, 04 Mar 2013 01:57:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">99283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; admin &#38;gt; register-admin-options.php then find this code onl ine 696-707&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;layout&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Default Blog Layout&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;Choose the default blog layout here. You can create multiple blogs with different layouts by using the template builder if you want to&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;blog_layout&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;sidebar_right&#38;quot;,
					&#38;quot;no_first&#38;quot;=&#38;gt;true,
					&#38;quot;subtype&#38;quot; =&#38;gt; array( &#38;#39;left sidebar&#38;#39; =&#38;gt;&#38;#39;sidebar_left&#38;#39;,
										&#38;#39;right sidebar&#38;#39;=&#38;gt;&#38;#39;sidebar_right&#38;#39;,
										/* &#38;#39;no sidebar&#38;#39;=&#38;gt;&#38;#39;fullsize&#38;#39; */
										));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;layout&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Default Blog Layout&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;Choose the default blog layout here. You can create multiple blogs with different layouts by using the template builder if you want to&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;blog_layout&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;sidebar_right&#38;quot;,
					&#38;quot;no_first&#38;quot;=&#38;gt;true,
					&#38;quot;subtype&#38;quot; =&#38;gt; array( &#38;#39;left sidebar&#38;#39; =&#38;gt;&#38;#39;sidebar_left&#38;#39;,
										&#38;#39;right sidebar&#38;#39;=&#38;gt;&#38;#39;sidebar_right&#38;#39;,
										&#38;#39;no sidebar&#38;#39;=&#38;gt;&#38;#39;fullsize&#38;#39;
										));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99232</link>
			<pubDate>Sun, 03 Mar 2013 09:33:55 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Default Blog Layout:&#60;br /&#62;
1 right sidebar&#60;br /&#62;
2 left sidebar&#60;br /&#62;
3 no sidebar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99231</link>
			<pubDate>Sun, 03 Mar 2013 09:06:08 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, i'm not good at English.&#60;br /&#62;
Please add the third choice &#34;no sidebar&#34; into &#34;Default Blog Layout&#34;.&#60;br /&#62;
I want the third one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99218</link>
			<pubDate>Sun, 03 Mar 2013 07:43:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">99218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I'm sorry but I don't understand the question. Please elaborate. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99210</link>
			<pubDate>Sun, 03 Mar 2013 04:03:07 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Choices—Choices Theme Options—Layout &#38;amp; Settings&#60;/p&#62;
&#60;p&#62;In the ‘default blog layout’, ‘no sidebar' option to increase&#60;/p&#62;
&#60;p&#62;thanks！
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
