<?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 on frontpage</title>
		<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage</link>
		<description>Support Forum - Topic: Portfolio on frontpage</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 13:43:56 +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-on-frontpage" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23756</link>
			<pubDate>Fri, 29 Jul 2011 09:26:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23756@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd just duplicate the theme folder and rename it. It will show up as second theme in your super admin panel.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JennieSu on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23750</link>
			<pubDate>Fri, 29 Jul 2011 07:01:18 +0000</pubDate>
			<dc:creator>JennieSu</dc:creator>
			<guid isPermaLink="false">23750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Aaaahooo!&#60;br /&#62;
I do that by editing the files and save the theme with a new name, &#34;Avisio Custom&#34; and just upload it?&#60;br /&#62;
Isn't it some ID or other stuff, or is it just the name that prevent the original and the copy from collide?&#60;br /&#62;
Where do i rename it? Just the folder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23696</link>
			<pubDate>Thu, 28 Jul 2011 15:43:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe wordpress offers hooks or conditional statements to check the blog id (I'm not sure though). The easiest (and imho the best because of maintenance reasons) way would be to duplicate the avisio theme and to use the unmodified version for one blog and the modified for another...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JennieSu on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23686</link>
			<pubDate>Thu, 28 Jul 2011 14:55:21 +0000</pubDate>
			<dc:creator>JennieSu</dc:creator>
			<guid isPermaLink="false">23686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You're so GREAT! &#38;lt;3 Thanks!&#60;/p&#62;
&#60;p&#62;One problem! In my network, one of the homepage's mainpage should look like it supposed to, but with this customization it has a headline above the slider now.. Can that be solved?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23681</link>
			<pubDate>Thu, 28 Jul 2011 14:46:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In header.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

#breadcrumb navigation
if(!is_front_page()){

if($k_option[&#38;#39;custom&#38;#39;][&#38;#39;headlineContent&#38;#39;] == &#38;#39;&#38;#39;)
{
	$headline = get_post_meta($post-&#38;gt;ID, &#38;quot;_headline&#38;quot;, true);
	if($headline != &#38;quot;&#38;quot;) $headline = &#38;#39;&#38;lt;h2&#38;gt;&#38;#39;.$headline.&#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;;
}
else
{
	$headline = $k_option[&#38;#39;custom&#38;#39;][&#38;#39;headlineContent&#38;#39;];
}
	echo &#38;#39;&#38;lt;div class=&#38;quot;wrapper wrapper_heading ie6fix&#38;quot; id=&#38;quot;wrapper_featured_area&#38;quot;&#38;gt;&#38;#39;;
	echo &#38;#39;&#38;lt;div class=&#38;quot;overlay_top ie6fix&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
	echo &#38;#39;&#38;lt;div class=&#38;quot;overlay_bottom ie6fix&#38;quot;&#38;gt;&#38;#39;;

	echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;

	echo &#38;#39;&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;&#38;#39;;
	if($headline != &#38;quot;&#38;quot;) echo $headline;
	echo &#38;#39;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
	echo &#38;#39;&#38;lt;div class=&#38;quot;wrapper&#38;quot; id=&#38;quot;wrapper_stripe&#38;quot;&#38;gt;&#38;#39;;
	if(class_exists(&#38;#39;kclass_breadcrumb&#38;#39;)){ $bc = new kclass_breadcrumb; }
	echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

#breadcrumb navigation

if($k_option[&#38;#39;custom&#38;#39;][&#38;#39;headlineContent&#38;#39;] == &#38;#39;&#38;#39;)
{
	$headline = get_post_meta($post-&#38;gt;ID, &#38;quot;_headline&#38;quot;, true);
	if($headline != &#38;quot;&#38;quot;) $headline = &#38;#39;&#38;lt;h2&#38;gt;&#38;#39;.$headline.&#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;;
}
else
{
	$headline = $k_option[&#38;#39;custom&#38;#39;][&#38;#39;headlineContent&#38;#39;];
}
	echo &#38;#39;&#38;lt;div class=&#38;quot;wrapper wrapper_heading ie6fix&#38;quot; id=&#38;quot;wrapper_featured_area&#38;quot;&#38;gt;&#38;#39;;
	echo &#38;#39;&#38;lt;div class=&#38;quot;overlay_top ie6fix&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
	echo &#38;#39;&#38;lt;div class=&#38;quot;overlay_bottom ie6fix&#38;quot;&#38;gt;&#38;#39;;

	echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;

	echo &#38;#39;&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;&#38;#39;;
	if($headline != &#38;quot;&#38;quot;) echo $headline;
	echo &#38;#39;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
	echo &#38;#39;&#38;lt;div class=&#38;quot;wrapper&#38;quot; id=&#38;quot;wrapper_stripe&#38;quot;&#38;gt;&#38;#39;;
	if(class_exists(&#38;#39;kclass_breadcrumb&#38;#39;)){ $bc = new kclass_breadcrumb; }
	echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JennieSu on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23672</link>
			<pubDate>Thu, 28 Jul 2011 11:40:07 +0000</pubDate>
			<dc:creator>JennieSu</dc:creator>
			<guid isPermaLink="false">23672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Should i start a new topic for this maybe...? Just tell me and I do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JennieSu on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23573</link>
			<pubDate>Wed, 27 Jul 2011 08:34:45 +0000</pubDate>
			<dc:creator>JennieSu</dc:creator>
			<guid isPermaLink="false">23573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If I still want the headline at the mainpage, (the one which is one every portfolio-page normaly), can it be fixed?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JennieSu on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23569</link>
			<pubDate>Wed, 27 Jul 2011 08:22:02 +0000</pubDate>
			<dc:creator>JennieSu</dc:creator>
			<guid isPermaLink="false">23569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;WHAT! Now its working! Wohow!&#60;br /&#62;
 I'll guess I dont... :) &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23566</link>
			<pubDate>Wed, 27 Jul 2011 07:59:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you select radio button option &#34;static front page&#34; and a page in the dropdown option (Settings &#38;gt; Reading )?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JennieSu on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-23549</link>
			<pubDate>Wed, 27 Jul 2011 07:26:35 +0000</pubDate>
			<dc:creator>JennieSu</dc:creator>
			<guid isPermaLink="false">23549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I really can't make this work..&#60;/p&#62;
&#60;p&#62;How do I remove the slider? I see the settings in Settings &#38;gt; Reading but it makes no different on my page! :(&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://medlemserbjudanden.com/teliaclub/&#34; rel=&#34;nofollow&#34;&#62;http://medlemserbjudanden.com/teliaclub/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-22194</link>
			<pubDate>Thu, 07 Jul 2011 07:17:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can set a homepage under Settings &#38;gt; Reading. Just select your portfolio page as static homepage there. It's not possible to display the portfolio in combination with the slider though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bstruik on "Portfolio on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-on-frontpage#post-22120</link>
			<pubDate>Wed, 06 Jul 2011 13:19:12 +0000</pubDate>
			<dc:creator>bstruik</dc:creator>
			<guid isPermaLink="false">22120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello i downloaded the Avisio theme but i cant get the portfolio theme on the mainpage. Can you help me with this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
