<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Maverick Web Creations &#187; Template</title>
	<atom:link href="http://www.maverickwebcreations.com/tag/template/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maverickwebcreations.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 05:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Why the Default WordPress Static Front Page Feature Sucks</title>
		<link>http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html#comments</comments>
		<pubDate>Wed, 05 Nov 2008 00:00:26 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[blog folder]]></category>
		<category><![CDATA[Homepage]]></category>
		<category><![CDATA[Permalink]]></category>
		<category><![CDATA[root folder]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress home page]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=427</guid>
		<description><![CDATA[<p>According to the <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">official documentation on static front pages at WordPress.org</a>:</p>
<p>With the release of WordPress Version 2.1, the option to set your own front page can be accomplished via your Administration &#62; Settings &#62; Reading panel. However unlike the old explanation that follows, you must NOT name your &#8230; <a href="http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>According to the <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">official documentation on static front pages at WordPress.org</a>:</p>
<blockquote><p>With the release of WordPress Version 2.1, the option to set your own front page can be accomplished via your Administration &gt; Settings &gt; Reading panel. However unlike the old explanation that follows, you must NOT name your home page template file &#8220;home.php&#8221;. If you do, this will cause a conflict with the WordPress 2.1 system.</p></blockquote>
<p>I personally find that there are some weird behaviours when I use the recommended way of setting a page as my WordPress home page. I noticed that WordPress does not really recognise the home page as a page when I use the is_page() function.</p>
<p>I like to display my blog posts in the &#8220;/blog/&#8221; folder but I do not wish to install WordPress in the &#8220;/blog/&#8221; folder. There is a document on WordPress.org on <a href="http://codex.wordpress.org/Making_Your_Blog_Appear_in_a_Non-Root_Folder">how to make your blog appear in a non-root folder</a>. I find it too much of a hassle to implement it that way.</p>
<p>That is why I still prefer to use the <a href="http://www.ilfilosofo.com/blog/home-page-control/">Filosofo Home-Page Control plugin</a> to manage my home page and blog directory.</p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105535.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105535.png" alt="Why the Default WordPress Static Front Page Feature Sucks" title="WordPress Home Page" class="alignnone size-full wp-image-429" width="500" height="277" /></a></p>
<p>I don&#8217;t have to edit any reading settings.</p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105739.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105739.png" alt="Why the Default WordPress Static Front Page Feature Sucks" title="WordPress Home Page" class="alignnone size-full wp-image-431" width="499" height="152" /></a></p>
<p>This is where the magic begins. Simply select the page you wish to display as your home page and and enter a name for your blog directory. I also ignore my permalink settings and leave it as it is. That&#8217;s how I store my blog posts in a &#8220;virtual blog folder&#8221; and have all other posts and pages in the root folder. A working example is the web site you&#8217;re looking at!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fix the WordPress Missing Page Template Bug</title>
		<link>http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 00:00:59 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[page template]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=416</guid>
		<description><![CDATA[<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213631.png"></a></p>
<p>Sometimes the &#8220;Page Template&#8221; field disappears when you are trying to update the page template of your WordPress pages. This usually happens after you have upgraded your WordPress to a newer version.</p>
<p>Here&#8217;s how you can fix the missing page template&#8230;</p>
<p><strong>Step 1: Activate Another WordPress Theme</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213700.png"></a></p>
<p>I am using &#8230; <a href="http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213631.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213631.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-417" width="500" height="219" /></a></p>
<p>Sometimes the &#8220;Page Template&#8221; field disappears when you are trying to update the page template of your WordPress pages. This usually happens after you have upgraded your WordPress to a newer version.</p>
<p>Here&#8217;s how you can fix the missing page template&#8230;</p>
<p><strong>Step 1: Activate Another WordPress Theme</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213700.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213700.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-420" width="500" height="318" /></a></p>
<p>I am using my own custom WordPress theme so I activated the default WordPress theme as an example.</p>
<p><strong>Step 2: Re-Activate Your WordPress Theme</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213720.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213720.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-421" width="500" height="318" /></a></p>
<p>Activate the WordPress theme you were using when this bug occurred.</p>
<p><strong>Step 3: Reload Your Edit WordPress Page</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213819.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213819.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-424" width="500" height="310" /></a></p>
<p>You should see the &#8220;Page Template&#8221; field back in the &#8220;Advanced Options&#8221; when you edit your pages. I don&#8217;t know why this happens nor do I know how to permanently fix it. This is just what I do to fix it as and when it happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

