<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Editable Feature Site Home Page</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 16:54:43 +0000</pubDate>

<item>
<title>gregf on "Editable Feature Site Home Page"</title>
<link>http://themeshaper.com/forums/topic/editable-feature-site-home-page#post-10685</link>
<pubDate>Fri, 12 Mar 2010 18:40:06 +0000</pubDate>
<dc:creator>gregf</dc:creator>
<guid isPermaLink="false">10685@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That works a treat. Thanks so much!
&#60;/p&#62;</description>
</item>
<item>
<title>Caramboo on "Editable Feature Site Home Page"</title>
<link>http://themeshaper.com/forums/topic/editable-feature-site-home-page#post-10683</link>
<pubDate>Fri, 12 Mar 2010 14:28:05 +0000</pubDate>
<dc:creator>Caramboo</dc:creator>
<guid isPermaLink="false">10683@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've just done this quite easily.&#60;/p&#62;
&#60;p&#62;Firstly, install the Improved Include Page Plugin:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/improved-include-page/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/improved-include-page/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Create a new page in your Wordpress install that's going to contain your content.  You're probably going to want to hide the page from your site navigatuion so perhaps install something like the Page Link Manager plugin:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/page-link-manager/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/page-link-manager/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once you've done that, copy one of the default feature-front-*.php files from:&#60;/p&#62;
&#60;p&#62;wp-content/themes/thematicfeaturesite/includes/&#60;/p&#62;
&#60;p&#62;Perhaps call it feature-front-3.php&#60;/p&#62;
&#60;p&#62;Open it in an editor and find these lines:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;h2&#38;gt;Lorem ipsum dolor sit amet consectetur elit adipiscing nunc&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Cras tristique consectetur dui....&#38;lt;/p&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace the title between the H2 tags with your own wording and replace the &#38;lt;p&#38;gt;Cras tristique...&#38;lt;/p&#38;gt; line with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php iinclude_page(202); ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Obviously you'd have to swap the 202 in brackets with the number of your new page.&#60;/p&#62;
&#60;p&#62;Then edit wp-content/themes/thematicfeaturesite/functions.php &#60;/p&#62;
&#60;p&#62;Find this part:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
$rand = mt_rand(1, 2);&#60;br /&#62;
include &#34;includes/feature-front-$rand.php&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Remove the first line completely and edit the second to read:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
include &#34;includes/feature-front-3.php&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Once all that's done, I think it'll work as you wish.  It does here anyway :)
&#60;/p&#62;</description>
</item>
<item>
<title>gregf on "Editable Feature Site Home Page"</title>
<link>http://themeshaper.com/forums/topic/editable-feature-site-home-page#post-10676</link>
<pubDate>Fri, 12 Mar 2010 03:13:54 +0000</pubDate>
<dc:creator>gregf</dc:creator>
<guid isPermaLink="false">10676@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to make the text block to the right of the main image editable from the WordPress editor. I only need to have a single front page loaded; I won't be using the randomized include files. Can someone point me in the right direction?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
