<?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: How do I create a unique Homepage?</title>
		<link>http://www.kriesi.at/support/topic/how-do-i-create-a-unique-homepage</link>
		<description>Support Forum - Topic: How do I create a unique Homepage?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 21:46:05 +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/how-do-i-create-a-unique-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "How do I create a unique Homepage?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-create-a-unique-homepage#post-16820</link>
			<pubDate>Tue, 12 Apr 2011 12:08:31 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">16820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;What's the site URL?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thinkdm2 on "How do I create a unique Homepage?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-create-a-unique-homepage#post-16778</link>
			<pubDate>Mon, 11 Apr 2011 15:10:31 +0000</pubDate>
			<dc:creator>thinkdm2</dc:creator>
			<guid isPermaLink="false">16778@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Not sure what is happening here. Under the Broadscope Theme Options tab, I have the Frontpage settings set to my Home page, but for whatever reason, the Blog is displaying. How can I get my Home page to be the first page when my site is visited?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How do I create a unique Homepage?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-create-a-unique-homepage#post-15897</link>
			<pubDate>Tue, 29 Mar 2011 16:57:42 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">15897@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;If you're using the WP editor the file should show up as the homepage template. It shouldn't show up as a separate page template as the:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Template Name: Fullwidth Page
*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;code (defining the Template name in the drop down on pages) has been removed.&#60;/p&#62;
&#60;p&#62;To get this to show up, add:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Template Name: Home Page
*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to the top of home.php (use template_fullwidth.php for an example of placement).&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thinkdm2 on "How do I create a unique Homepage?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-create-a-unique-homepage#post-15868</link>
			<pubDate>Tue, 29 Mar 2011 14:09:22 +0000</pubDate>
			<dc:creator>thinkdm2</dc:creator>
			<guid isPermaLink="false">15868@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply.&#60;/p&#62;
&#60;p&#62;So far, so good. Everything works as you have said. But now I need to know, how do I get the 'Home' page to show up in the 'Page Attributes' &#38;gt; 'Templates' drop down menu, so that I may edit it from the WordPress Admin Page edit section?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How do I create a unique Homepage?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-create-a-unique-homepage#post-15850</link>
			<pubDate>Tue, 29 Mar 2011 10:07:00 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">15850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The way you present your content is entirely up to you, but I can help you in the right direction.&#60;/p&#62;
&#60;p&#62;Duplicate template_fullwidth.php and rename the new file home.php. Open up home.php and remove this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Template Name: Fullwidth Page
*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can now customise the page elements as you need, save and upload this file and it should replace your homepage.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thinkdm2 on "How do I create a unique Homepage?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-create-a-unique-homepage#post-15812</link>
			<pubDate>Mon, 28 Mar 2011 14:13:30 +0000</pubDate>
			<dc:creator>thinkdm2</dc:creator>
			<guid isPermaLink="false">15812@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to create a unique homepage from the full-width template that I can control elements independently from secondary pages that also use the full-width template.&#60;/p&#62;
&#60;p&#62;Can someone help me do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
