<?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: Portfolio as homepage- won&#039;t allow more than 12 items - also random sorting orde</title>
		<link>http://www.kriesi.at/support/topic/portfolio-as-homepage-wont-allow-more-than-12-items-also-random-sorting-orde</link>
		<description>Support Forum - Topic: Portfolio as homepage- won&#039;t allow more than 12 items - also random sorting orde</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:39:20 +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/portfolio-as-homepage-wont-allow-more-than-12-items-also-random-sorting-orde" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Portfolio as homepage- won&#039;t allow more than 12 items - also random sorting orde"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-homepage-wont-allow-more-than-12-items-also-random-sorting-orde#post-98473</link>
			<pubDate>Tue, 26 Feb 2013 04:29:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">98473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lisalokshin1,&#60;/p&#62;
&#60;p&#62;Glad that Peter helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lisalokshin1 on "Portfolio as homepage- won&#039;t allow more than 12 items - also random sorting orde"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-homepage-wont-allow-more-than-12-items-also-random-sorting-orde#post-98453</link>
			<pubDate>Tue, 26 Feb 2013 01:35:41 +0000</pubDate>
			<dc:creator>lisalokshin1</dc:creator>
			<guid isPermaLink="false">98453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that did the trick, thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio as homepage- won&#039;t allow more than 12 items - also random sorting orde"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-homepage-wont-allow-more-than-12-items-also-random-sorting-orde#post-98336</link>
			<pubDate>Mon, 25 Feb 2013 06:50:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) It seems like you're using a dynamic template on the home/front page. In this case you need to configure the portfolio options on the Template builder option page. Go to Angular &#38;gt; Template Builder and select your front page template. Then click on the portfolio element and change the number of items.&#60;/p&#62;
&#60;p&#62;2) Add following code to the very bottom of functions.php to change the portfolio order:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function loop_portfolio_query( $location )
{
	if ( $location == &#38;#39;loop-portfolio&#38;#39; )
	{
		global $avia_config;
		if(isset($avia_config[&#38;#39;new_query&#38;#39;]))
		{
			$avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;orderby&#38;#39;] = &#38;quot;title&#38;quot;;
			$avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;order&#38;#39;] = &#38;quot;ASC&#38;quot;;
			query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
		}
	}
}
add_action( &#38;#39;avia_action_query_check&#38;#39; , &#38;#39;loop_portfolio_query&#38;#39;, 10, 1 );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lisalokshin1 on "Portfolio as homepage- won&#039;t allow more than 12 items - also random sorting orde"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-homepage-wont-allow-more-than-12-items-also-random-sorting-orde#post-98325</link>
			<pubDate>Mon, 25 Feb 2013 05:55:27 +0000</pubDate>
			<dc:creator>lisalokshin1</dc:creator>
			<guid isPermaLink="false">98325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lisalokshin1 on "Portfolio as homepage- won&#039;t allow more than 12 items - also random sorting orde"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-homepage-wont-allow-more-than-12-items-also-random-sorting-orde#post-98216</link>
			<pubDate>Sun, 24 Feb 2013 02:23:27 +0000</pubDate>
			<dc:creator>lisalokshin1</dc:creator>
			<guid isPermaLink="false">98216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using the portfolio page as the homepage - it is not displaying more than 12 items. I have gone into Angular &#38;gt; Theme Options &#38;gt; Portfolio and marked that 20 items should be displayed per page, but it doesn't change anything. &#60;/p&#62;
&#60;p&#62;Also - while it is sorting by category, I want the order of the portfolio items displayed to be in alphabetical order. I am unsure how I can change the order - right now it looks like it's just displaying whichever ones I added last - first. &#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
