<?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>CyberCoded &#187; Search Results  &#187;  wordpress-themes</title>
	<atom:link href="http://www.cybercoded.net/search/wordpress-themes/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.cybercoded.net</link>
	<description>Trying to help others with their Wordpress, PHP and other Web issues.</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Convert Static HTML Site to WordPress Easily</title>
		<link>http://www.cybercoded.net/convert-static-html-site-to-wordpress-easily/</link>
		<comments>http://www.cybercoded.net/convert-static-html-site-to-wordpress-easily/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:32:08 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Static Web Site]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Conversion]]></category>
		<category><![CDATA[Wordpress Hierarchy]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=668</guid>
		<description><![CDATA[NOTE: This post was originally posted in January of 2009 and was intended to help small HTML sites (5 to 10 pages) convert to WordPress. A lot has changed since then, and if you are trying to convert a larger site I highly recommend taking a little deeper approach. I have written another post (Convert [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://gan.doubleclick.net/gan_click?lid=41000000012871747&amp;pid=9780470669907&amp;adurl=http%3A%2F%2Fsearch.barnesandnoble.com%2FSmashing-WordPress-Themes%2FThord-Daniel-Hedengren%2Fe%2F9780470669907%3Fsourceid%3DQ000000630&amp;usg=AFHzDLu4rEGvrXkj68J1uTLN4GofKl0G-A&amp;pubid=21000000000303195"><img class="alignright" title="Smashing WordPress Themes: Making WordPress Beautiful" src="http://images.barnesandnoble.com/images/99900000/99909324.JPG" alt="" width="128" height="161" /></a>NOTE: This post was originally posted in January of 2009 and was intended to help small HTML sites (5 to 10 pages) convert to WordPress. A lot has changed since then, and if you are trying to convert a larger site I highly recommend taking a little deeper approach. I have written another post (<a href="http://www.cybercoded.net/convert-html-to-wordpress/">Convert HTML to WordPress</a>) on the subject in 2010 that might help larger sites make the transition to WordPress.  Yes, I do conversions for others. If you would like a quote, simply send me a link to your site and contact information using my <a href="http://www.cybercoded.net/contact-me/">Contact Form</a>.</strong></p>
<hr />
<p>Working with someone recently made it apparent the process to move a static site to WordPress has been made a lot harder than it needs to be. Here is the easiest way to convert a static website to a WordPress blog. You will not have to do any redirects or modify any files other than in the WordPress admin area.</p>
<p>Let&#8217;s assume we have 3 static pages, Index.html, about.html and products.html and we want to move to WordPress.</p>
<ul>
<li>Install WordPress in the root of this domain.</li>
<li>Immediately copy the Index.html to the WP Theme (whichever theme you are using) folder, and rename it Home.php</li>
</ul>
<p>At this point, your site will look to the world just like it always did. WordPress will automatically use the home.php page as the default, and now you can go about putting it all together. You should have no broken links or any worries about redirects.</p>
<ul>
<li>Leave the permalinks with their default settings. This keeps you from having problems with existing pages.</li>
<li>Copy the contents from About.html and create a page called About</li>
<li>Copy the contents of your other files and make pages with the exact same names. If your page names are different than the titles, you can edit the permalink to match the filename (without the html extension).</li>
<li>Once the data is copied and you have the look you want, change the permalink to /%postname%.html</li>
<li>For PAGES (Not POST) to use the HTML extension you need a plugin as WordPress only applies the Permalink structure to the posts. Recommended HTML Extension Plugin -&gt; <a title="Wordpress Page HTM Extension Plugin" href="http://wordpresshero.com/tricks/add-html-extension-to-permalinks.html/" target="_self">WordPress Hero</a></li>
<li>Install this Plugin first for the pages.</li>
<li>Remove the old static pages, I suggest keeping them just in case you have a problem, but you need to move them out of the root.</li>
<li>Copy the index.html contents to the file you want to be your home page, and delete the Home.php file. Typically this is the index.php in the theme, however you may want to use a static page depending on the site setup. You can change this is the WP Settings.</li>
</ul>
<p>At this point, your conversion is done.</p>
<p>Example:</p>
<ul>
<li>Index.html has been copied to home.php <a href="http://test.cybercoded.com/">http://test.cybercoded.com/</a></li>
<li>Original About.html still in place <a href="http://test.cybercoded.com/about.html">http://test.cybercoded.com/about.html</a></li>
<li>WordPress Version of About has been created <a href="http://test.cybercoded.com/?p=48">http://test.cybercoded.com/?p=48</a></li>
<li>Additional page has been created <a href="http://test.cybercoded.com/?p=44">http://test.cybercoded.com/?p=44</a></li>
</ul>
<p>All I have to do is change the permalink and remove the old files and I am done.</p>
<p>There, no need to mess with your .htacess file, and no need to worry about redirects, let the system handle it for you.</p>
<p>And yes, I have done several sites like this.</p>
<p>I also use the Home.php method to park a page if I need time to work on it before going live.</p>
<div style="background-color: #ccfff;">
<p><strong><br />
</strong></p>
</div>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/convert-static-html-site-to-wordpress-easily/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
	</channel>
</rss>

