<?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-theme</title>
	<atom:link href="http://www.cybercoded.net/search/wordpress-theme/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>
		<item>
		<title>CyberCoder WordPress Themes</title>
		<link>http://www.cybercoded.net/cybercoder-wordpress-themes/</link>
		<comments>http://www.cybercoded.net/cybercoder-wordpress-themes/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 12:30:51 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Basic Wordpress Theme]]></category>
		<category><![CDATA[CyberCoder Wordpress Theme]]></category>
		<category><![CDATA[Empty Wordpress Theme]]></category>
		<category><![CDATA[Minimal Wordpress Theme]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Programmer]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/?p=190</guid>
		<description><![CDATA[I finally got around to getting these WordPress Themes cleaned up, organized and uploaded. The first theme is just an Empty WordPress Theme. This may seem a little silly, but you would be surprised at how many people want this to learn from. The second theme is a Minimal WordPress Theme that may not be [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to getting these WordPress Themes cleaned up, organized and uploaded.</p>
<p>The first theme is just an <a href="http://www.cybercoded.net/empty-wordpress-theme-download/">Empty WordPress Theme</a>. This may seem a little silly, but you would be surprised at how many people want this to learn from.</p>
<p>The second theme is a <a href="http://www.cybercoded.net/minimal-wordpress-theme-download/">Minimal WordPress Theme</a> that may not be the most beautiful theme you can find, but it is very functional and does very well on Niche sites where the primary focus is driving traffic from search engines and converting that traffic into income.</p>
<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/cybercoder-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Empty WordPress Theme Download</title>
		<link>http://www.cybercoded.net/empty-wordpress-theme-download/</link>
		<comments>http://www.cybercoded.net/empty-wordpress-theme-download/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 18:59:45 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Empty Wordpress Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=8</guid>
		<description><![CDATA[The Empty WordPress Theme download is now available. For more information see my previous post about this Theme. Empty WordPress Theme Download link. &#160;&#160;Tweet]]></description>
			<content:encoded><![CDATA[<p>The Empty WordPress Theme download is now available. For more information see <a href="http://www.cybercoded.net/empty-wordpress-theme/">my previous post</a> about this Theme.</p>
<p><a href="http://www.cybercoded.net/CyberCoderBlankTheme.zip"><br />
Empty WordPress Theme Download link</a>.</p>
<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/empty-wordpress-theme-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Template Hierarchy</title>
		<link>http://www.cybercoded.net/wordpress-template-hierarchy/</link>
		<comments>http://www.cybercoded.net/wordpress-template-hierarchy/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 15:11:48 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Custom Programming]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Hierarchy]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[Wordpress Page Templates]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/wordpress-template-hierarchy.html</guid>
		<description><![CDATA[The WordPress Template Hierarchy is a critical part of truly understanding how your WordPress blog works. Have you ever wondered why some WordPress themes have certain files while others do not? A WordPress theme requires only two files as I have discussed before, the index.php and style.css. If you took a basic WordPress Theme and [...]]]></description>
			<content:encoded><![CDATA[<p>The WordPress Template Hierarchy is a critical part of truly understanding how your WordPress blog works.</p>
<p>Have you ever wondered why some WordPress themes have certain files while others do not?</p>
<p>A WordPress theme requires only two files as <a title="Wordpress Theme CyberCoder" href="http://www.cybercoded.net/new-wordpress-theme-from-cybercoder.html">I have discussed before</a>, the index.php and style.css. If you took a basic WordPress Theme and deleted all the files except those two in the theme folder, it would still work. However, the pages would basically look the same.</p>
<p>Now the question is, where do these other files come from? And how does WordPress know which ones to look for? This is actually a very simple process. WordPress uses a page hierarchy to choose which files to use for each type of page.</p>
<p>As an example if there is a single.php file, WordPress will use that for the individual (single) post, if that file does not exist, it will use the Index.php file.</p>
<p>There are 10 basic WordPress Theme pages, these are:</p>
<ul>
<li>404 (Not Found) page</li>
<li>Attachment page</li>
<li>Author page</li>
<li>Category page</li>
<li>Date page</li>
<li>Search Result page</li>
<li>Single Post page</li>
<li>Tag page</li>
<li>The Main (Index) page</li>
<li>WordPress Page</li>
</ul>
<p>This gives us the ability to customize each type of page. <a title="Wordpress Heirarchy" href="http://codex.wordpress.org/Template_Hierarchy">This WordPress Codex page</a> explains the Hierarchy.</p>
<p>Let&#8217;s look at the Tag.php page as a more specific example.</p>
<p>The Tag page hierarchy goes like this.</p>
<ul>
<li>The Tag Template with a matching slug. If the tag&#8217;s slug were sometag, WordPress would look for tag-sometag.php</li>
<li>tag.php</li>
<li>archive.php</li>
<li>index.php</li>
</ul>
<p>So if your WordPress theme does not have a Tag.php page you can easily copy the archive.php page to create a custom tag page, if you do not have a archive page, you could copy the index page to start your tag page.</p>
<p>To help you I have created a simple text file that lists the WordPress heirarchy that <a title="Wordpress Page Heirarchy" href="http://www.cybercoded.net/wp-content/uploads/2008/02/wp-hierachy.zip">you can download here</a>.</p>
<p>So with just a little thought and practice it is very easy to create very unique pages for your WordPress Theme.</p>
<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/wordpress-template-hierarchy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

