<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Category or any Post as a Homepage</title>
		<link>http://www.themolitor.com/forums/topic/category-or-any-post-as-a-homepage</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Category or any Post as a Homepage</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 15:31:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/category-or-any-post-as-a-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>fixtwin on "Category or any Post as a Homepage"</title>
			<link>http://www.themolitor.com/forums/topic/category-or-any-post-as-a-homepage#post-15733</link>
			<pubDate>Tue, 06 Nov 2012 07:58:11 +0000</pubDate>
			<dc:creator>fixtwin</dc:creator>
			<guid isPermaLink="false">15733@http://www.themolitor.com/forums/</guid>
			<description><p>I've tried modifying loop but couldn't find a proper solution to make it work. Redirect maybe a bad practice but I haven't had any problems with it yet.
</p></description>
		</item>
		<item>
			<title>ckelley on "Category or any Post as a Homepage"</title>
			<link>http://www.themolitor.com/forums/topic/category-or-any-post-as-a-homepage#post-15616</link>
			<pubDate>Wed, 31 Oct 2012 08:03:54 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15616@http://www.themolitor.com/forums/</guid>
			<description><p>you would have to modify the loop in the index.php to pull the category that you want or make a new page template with the proper loop and set it to the static page</p>
<p>the redirect is very bad practice and I dont recommend doing so
</p></description>
		</item>
		<item>
			<title>fixtwin on "Category or any Post as a Homepage"</title>
			<link>http://www.themolitor.com/forums/topic/category-or-any-post-as-a-homepage#post-15584</link>
			<pubDate>Mon, 29 Oct 2012 13:03:04 +0000</pubDate>
			<dc:creator>fixtwin</dc:creator>
			<guid isPermaLink="false">15584@http://www.themolitor.com/forums/</guid>
			<description><p>The problem is that you can't set the category - only static page or post. When you are setting a static page you can't see the required information on the map, the same for the post. That is why sometimes you are required to set the category - to show the required map locations with some brief description page.
</p></description>
		</item>
		<item>
			<title>ckelley on "Category or any Post as a Homepage"</title>
			<link>http://www.themolitor.com/forums/topic/category-or-any-post-as-a-homepage#post-15564</link>
			<pubDate>Mon, 29 Oct 2012 07:21:38 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15564@http://www.themolitor.com/forums/</guid>
			<description><p>WordPress admin.. in Settings -&#62; Reading you can set a static homepage</p>
<p>I dont recommend doing redirects like this</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>fixtwin on "Category or any Post as a Homepage"</title>
			<link>http://www.themolitor.com/forums/topic/category-or-any-post-as-a-homepage#post-15551</link>
			<pubDate>Sun, 28 Oct 2012 09:29:29 +0000</pubDate>
			<dc:creator>fixtwin</dc:creator>
			<guid isPermaLink="false">15551@http://www.themolitor.com/forums/</guid>
			<description><p>Recently I've tried to change the homepage to one of my directories but couldn't make it in wp-admin.<br />
So here is the solution I found:<br />
open your .htaccess file and add the following in the begining of it:<br />
DirectoryIndex index.php?cat=43<br />
where 43 is a number of your category(you can find it in your admin panel - categories page - just point a mouse to the category and it will give you an URL with ID= to the number of your category<br />
Don't delete anything from your .htaccess file as it will break your WP.<br />
At the end it should look like this:<br />
# BEGIN WordPress<br />
DirectoryIndex index.php?cat=43<br />
&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^index2\.php$ - [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&#60;/IfModule&#62;</p>
<p># END WordPress
</p></description>
		</item>

	</channel>
</rss>
