<?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: Archives Template</title>
		<link>http://www.kriesi.at/support/topic/archives-template</link>
		<description>Support Forum - Topic: Archives Template</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 19:03:18 +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/archives-template" rel="self" type="application/rss+xml" />

		<item>
			<title>heynadine on "Archives Template"</title>
			<link>http://www.kriesi.at/support/topic/archives-template#post-32023</link>
			<pubDate>Wed, 16 Nov 2011 08:37:20 +0000</pubDate>
			<dc:creator>heynadine</dc:creator>
			<guid isPermaLink="false">32023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So that worked, it now spans three archive previews, however, the spacing in between the posts gets all messed up. Some get clumped together, some end up on a row of their own. It's not even spacing like in the two archive preview per a row. :/&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Archives Template"</title>
			<link>http://www.kriesi.at/support/topic/archives-template#post-31974</link>
			<pubDate>Tue, 15 Nov 2011 12:59:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following code to css/custom.css and also make the modification above.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.archive .half_post_odd {
    clear: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In archive.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;container&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;container template-fullwidth&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;template-blog content&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;template-blog content template-fullwidth&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>heynadine on "Archives Template"</title>
			<link>http://www.kriesi.at/support/topic/archives-template#post-31966</link>
			<pubDate>Tue, 15 Nov 2011 09:13:55 +0000</pubDate>
			<dc:creator>heynadine</dc:creator>
			<guid isPermaLink="false">31966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#38;gt;.&#38;lt; Yea I tried that. &#60;/p&#62;
&#60;p&#62;:/&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Archives Template"</title>
			<link>http://www.kriesi.at/support/topic/archives-template#post-31943</link>
			<pubDate>Tue, 15 Nov 2011 07:26:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31943@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$alternate = $smallcounter % 2 == 0 ? &#38;#39;even&#38;#39; : &#38;#39;odd&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$alternate = $smallcounter % 3 == 0 ? &#38;#39;even&#38;#39; : &#38;#39;odd&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>heynadine on "Archives Template"</title>
			<link>http://www.kriesi.at/support/topic/archives-template#post-31909</link>
			<pubDate>Mon, 14 Nov 2011 22:53:40 +0000</pubDate>
			<dc:creator>heynadine</dc:creator>
			<guid isPermaLink="false">31909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Alright, so I have removed they sidebar by changing the div class archive template to a full page width template  in the archives.php file&#60;/p&#62;
&#60;p&#62;&#38;lt;div class='template-fullwidth content'&#38;gt;&#60;/p&#62;
&#60;p&#62;and then removing&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
				if(empty($avia_config['currently_viewing'])) $avia_config['currently_viewing'] = &#34;blog&#34;;&#60;br /&#62;
				//get the sidebar&#60;br /&#62;
				get_sidebar();&#60;/p&#62;
&#60;p&#62;				?&#38;gt;&#60;/p&#62;
&#60;p&#62;Now I am just trying to get the 3 column break instead of two. I'm feeling like this needs to me modified. in the loop-archive.php file.&#60;/p&#62;
&#60;p&#62;	$alternate  = $smallcounter % 2 == 0 ? 'even' : 'odd';&#60;/p&#62;
&#60;p&#62;thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Archives Template"</title>
			<link>http://www.kriesi.at/support/topic/archives-template#post-31853</link>
			<pubDate>Mon, 14 Nov 2011 06:48:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it would require some mods to change the structure to a three column layout but I can show you how to limit the number of items. In includes/loop-archive.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end post-entry--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end post-entry--&#38;gt;
if($smallcounter == 2){ break; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>heynadine on "Archives Template"</title>
			<link>http://www.kriesi.at/support/topic/archives-template#post-31832</link>
			<pubDate>Sun, 13 Nov 2011 22:48:33 +0000</pubDate>
			<dc:creator>heynadine</dc:creator>
			<guid isPermaLink="false">31832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;Just wondering the easiest way to go about changing the global archive template to display 3 posts  and no sidebar would be?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
