<?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; Content Management Systems</title>
	<atom:link href="http://www.maverickwebcreations.com/blog/content-management-systems/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>How To Use WordPress as a Content Management System</title>
		<link>http://www.maverickwebcreations.com/2006/02/20/how-to-use-wordpress-as-a-content-management-system.html</link>
		<comments>http://www.maverickwebcreations.com/2006/02/20/how-to-use-wordpress-as-a-content-management-system.html#comments</comments>
		<pubDate>Mon, 20 Feb 2006 12:48:56 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Wordpress Help]]></category>
		<guid isPermaLink="false">http://www.vincentrich.com/2006/02/20/how-to-use-wordpress-as-a-content-management-system.html</guid>
		<description><![CDATA[<p>I recently deleted all my html files from my web site. I created WordPress pages instead. I find its easier to edit my pages with the WordPress 2.0 built in WYWISWG html editor rather than editing it with Dreamweaver and uploading the html files to my web server.</p>
<p>WordPress uses &#8230; <a href="http://www.maverickwebcreations.com/2006/02/20/how-to-use-wordpress-as-a-content-management-system.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>I recently deleted all my html files from my web site. I created WordPress pages instead. I find its easier to edit my pages with the WordPress 2.0 built in WYWISWG html editor rather than editing it with Dreamweaver and uploading the html files to my web server.</p>
<p>WordPress uses Apache&#8217;s mod_rewrite functionality to create pages. There are 2 types of pages as I call it. There are blog posts and pages. WordPress pages are not part of the blog archives. I customize the &#8220;permalink&#8221; of the blog posts to end with a &#8220;.html&#8221; filename. The cool thing is WordPress doesn&#8217;t actually creatre a real html file, it is simply telling the Apache web server that anytime someone requests for a html file, redirect that request to a php file that pulls data from the database. Too bad I haven&#8217;t found a way to create html files with the WordPress pages. I can do it with the blog posts by changing the &#8220;permalink&#8221; options.</p>
<p><strong>How to create &#8220;page sections&#8221; and pages in WordPress?</strong></p>
<p>Try clicking on any of my &#8220;About Me&#8221; section pages and you will see that it looks like there are files in the &#8220;/about/&#8221; folder. I did this by first creating a WordPress page with the page slug &#8220;about&#8221; and set my other pages to link to this &#8220;about&#8221; page as its page parent. That&#8217;s all!</p>
<p><strong>What do I do about my existing HTML files? </strong></p>
<p>I had 1 major concern when I was removing my html files. What if someone clicks on a link in the search engines for one of my html pages? Wouldn&#8217;t that bring them to a broken page on my site?</p>
<p><a href="http://www.vincentrich.com/wp-content/uploads/2006/02/img-301redirect.jpg" rel="nofollow" class="imagelink" title="img-301redirect.jpg" onclick="doPopup(333);return false;" ><img id="image333" src="http://www.vincentrich.com/wp-content/uploads/2006/02/img-301redirect.jpg" border="0" alt="How To Use WordPress as a Content Management System" width="128" height="62" align="left" title="How To Use WordPress as a Content Management System" /></a>No worries! Simply use the Apache&#8217;s &#8220;<a href="http://www.internetbasedmoms.com/seo/301-redirect.html" rel="nofollow" >301 redirect</a>&#8221; to redirect my html pages to my new WordPress pages. WordPress uses the &#8220;.htaccess&#8221; file in the same folder as your WordPress installation to handle these redirect requests. Check out the screenshot on the left. Simply add the 301 redirect code below the existing WordPress code in the &#8220;.htaccess&#8221; file and its done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2006/02/20/how-to-use-wordpress-as-a-content-management-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

