<?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>Building a Website with WordPress &#187; WordPress Setup</title>
	<atom:link href="http://wpsitebuilding.com/category/wordpress-setup/feed" rel="self" type="application/rss+xml" />
	<link>http://wpsitebuilding.com</link>
	<description>Using WordPress as a Content Management System and Blog</description>
	<lastBuildDate>Sat, 17 Dec 2011 20:47:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>From Static HTML to WordPress Website</title>
		<link>http://wpsitebuilding.com/static-html-wordpress-website.html</link>
		<comments>http://wpsitebuilding.com/static-html-wordpress-website.html#comments</comments>
		<pubDate>Tue, 14 Jun 2011 21:30:40 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[WordPress Setup]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpsitebuilding.com/?p=503</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/static-html-wordpress-website.html">From Static HTML to WordPress Website</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>This is a question I get on a regular base: How can I convert my Static HTML website into a WordPress website? Let me give you a warning in advance, a WordPress website needs to be kept updated! A static HTML site can run for years without you ever touching it for things like security [...]</p></p><p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://wpsitebuilding.com/static-html-wordpress-website.html">From Static HTML to WordPress Website</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>This is a question I get on a regular base: How can I convert my Static HTML website into a WordPress website?</p>
<p>Let me give you a warning in advance, a WordPress website needs to be kept updated!<br />
A static HTML site can run for years without you ever touching it for things like security updates. Just to make you aware of the need for updates!</p>
<p>Another thing that needs really close attention is to make sure that your rankings in Google and other search engines stay intact.<br />
That means you need to make sure your URLs of your old site will stay the same with your new WordPress based website.</p>
<p>Luckily this can be done and for those few links you want to change you can redirect them via your .htaccess file.</p>
<p>But first things first, the conversion of your website.</p>
<p>First, what do you need:</p>
<ul>
<li>good hosting that support php</li>
<li>a mysql database: databasename, username for that database and the password for that useraccount</li>
<li>the possibility to use a .htaccess file</li>
</ul>
<p>If you are not sure about the above mentioned items, ask your website hosting provider!</p>
<p><strong>Installing WordPress in a Subfolder</strong></p>
<p>The first thing you will do is to install WordPress into a Subfolder like /cms .</p>
<p>After you finished the installation you have to set the Privacy setting so that Search Engines are not allowed to visit and index your site (Settings -&gt; Privacy) so your new URLs are not getting into the index until you are ready with your conversion.</p>
<p>Now you can strat building your WordPress website next to your current site, that site will say active while you build a new one.</p>
<p><strong>Keeping Old URLs</strong></p>
<p>Like a mentioned before, it is very important that you keep the URLs for the new site the same as the old one!</p>
<p>That is why you need to set the Permalinks to custom with the value /%postname%.html this will result in Posts links with the extension .html.</p>
<p>During the development of your new site the urls will be like /cms/pagina-url.html zijn, but after the final steps this will become /pagina-url.html , that same as the old site.<br />
Make sure that the &#8220;slugs&#8221; are the same as the old site, and there is a plugin you will need is “<a rel="nofollow" title=".html on Pages" href="http://wordpress.org/extend/plugins/html-on-pages/">.html on pages</a>” . I take it you will have some pages that use the extension .html</p>
<p>You can now start to convert your old pages to WordPress by copying the text or the HTML code of the content from the old website into the HTML code screen of WordPress.</p>
<p>Your page URL is created by the Title of your page, but you can change them by editing the Slug permalink.</p>
<p><a href="http://wpsitebuilding.com/wp-content/uploads/editing-wordpress-permalink.jpg"><img class="alignnone size-medium wp-image-505" title="Editing the WordPress Permalink" src="http://wpsitebuilding.com/wp-content/uploads/editing-wordpress-permalink-490x106.jpg" alt="" width="490" height="106" /></a></p>
<p>There is a plugin that could help you convert old pages: <a rel="nofollow" href="http://wordpress.org/extend/plugins/import-html-pages/">http://wordpress.org/extend/plugins/import-html-pages/</a> <strong>Attention!</strong> For this plugin to work you really need  PHP5! Ask your hosting provider if you are not sure.</p>
<p><strong>Website Layout</strong></p>
<p>The conversion from your old site to a WordPress based site with the same layout is completely different exercise than what I am describing here, to do that your will have to get a complete custom Theme / Layout. But why not take this opportunity and change the look of your site together with the conversion? Choose a nice premium or free theme  that will fit you company / website topic and customize it to your needs.</p>
<p>If you are happy with the look and feel and the content of your site you can follow these step to get it &#8220;live&#8221;:</p>
<p>1. delete or rename the index.html file in the root of your old site.<br />
2. copy the index.php and .htaccess file from the /cms folder to the root of your site<br />
3. change one rule in the index.php file into <em>require(‘./<strong>cms/</strong>wp-blog-header.php’); <strong>(only with the index.php file in the root, not in the folder  /cms!!</strong>)</em><br />
4. change only the Site address (URL) in the general setting (Setting -&gt; General) into the domain name. (remove the /cms part)</p>
<div id="attachment_507" class="wp-caption alignnone" style="width: 500px"><a href="http://wpsitebuilding.com/wp-content/uploads/change-site-address.jpg"><img class="size-medium wp-image-507" title="Change Site Address Only!" src="http://wpsitebuilding.com/wp-content/uploads/change-site-address-490x81.jpg" alt="Change Site Address Only!" width="490" height="81" /></a><p class="wp-caption-text">Change Site Address Only!</p></div>
<p>5. remove or rename the old  .html files.<br />
6. change the privacy settings so the Search Engines can access and index the site again.</p>
<p>If you handle the change over it this manner, than your old site is not reachable during the 5 minutes you need to change the index.html to the index.php and if you kept your URLs you are not loosing any visitors from the search engines like Google.</p>
<p><em><strong>And of course you had taken a Back-Up of your old static website so you can restore you old side if you should encounter an unexpected error.</strong></em></p>
<p>If you want new URLs for your pages than you can redirect the old URLs to the news ones in two ways:</p>
<ul>
<li>use a plugin <a rel="nofollow" href="http://wordpress.org/extend/plugins/redirection/">http://wordpress.org/extend/plugins/redirection/</a></li>
<li>via the .htaccess file in which you have to write a rule per url you want to forward:  <em>redirect 301 /olde-url.html http://www.example.com/new-url.html</em></li>
</ul>
<p>Good luck and if you still have some questions, please use the <a rel="nofollow" title="About and Contact" href="http://wpsitebuilding.com/about/">contact form</a><a href="http://wpsitebouw.nl/contact.html"></a>.</p>
<p>If you have other tips and additions that might help others, please write them in the comments section below.</p>
<p><em>One last question</em>: Is there a need to have this information in an even more detailed form like a pdf manual with screen shots and tips? if so, please leave a comment.</p>
<p><img class="alignnone size-full wp-image-508" title="WordPress Website Migration" src="http://wpsitebuilding.com/wp-content/uploads/wordpress-site-migration-480.jpg" alt="WordPress Website Migration" width="480" height="128" /></p>
<p>&nbsp;</p>
<p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpsitebuilding.com/static-html-wordpress-website.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Install 21 WordPress Plugins in 5 Minutes</title>
		<link>http://wpsitebuilding.com/install-21-wordpress-plugins-5-minutes.html</link>
		<comments>http://wpsitebuilding.com/install-21-wordpress-plugins-5-minutes.html#comments</comments>
		<pubDate>Sun, 13 Jun 2010 20:31:22 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Setup]]></category>

		<guid isPermaLink="false">http://wpsitebuilding.com/?p=330</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/install-21-wordpress-plugins-5-minutes.html">How to Install 21 WordPress Plugins in 5 Minutes</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Once you have completed the basic setup of your WordPress website, it&#8217;s time to add more functions by instaling plugins. Here is a basic list of plugins that I integrate into every WordPress website I build. Basic WordPress Plugins List Dagon Design Sitemap Generator FD Feedburner Plugin Flexi Pages Widget Google XML Sitemaps HeadSpace2 My Page [...]</p></p><p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://wpsitebuilding.com/install-21-wordpress-plugins-5-minutes.html">How to Install 21 WordPress Plugins in 5 Minutes</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Once you have completed the basic setup of your WordPress website, it&#8217;s time to add more functions by instaling plugins.</p>
<p>Here is a basic list of plugins that I integrate into every WordPress website I build.</p>
<p><strong>Basic WordPress Plugins List</strong></p>
<p>Dagon Design Sitemap Generator<br />
FD Feedburner Plugin<br />
Flexi Pages Widget<br />
Google XML Sitemaps<br />
HeadSpace2<br />
My Page Order<br />
NextGEN Gallery<br />
Related Posts<br />
Robots Meta<br />
Secure Files<br />
SEO Slugs<br />
Subscribe To Comments<br />
Wordpress Automatic Upgrade<br />
WordPress Database Backup<br />
WordPress File Monitor<br />
WP-DBManager<br />
WP-SpamFree<br />
Fancybox<br />
WP Security Scan<br />
W3 Total Cache</p>
<p>Yes, you counted correctly, those are 20 different plugins&#8230; and if you have ever installed a plugin, you know how difficult a task it was to install these.</p>
<p>Search for the plugin on wordpress.org, click the install button, confirm that the installation was successful and activate the plugin.</p>
<p><strong>Plugin nr 21 to the rescue, meet Plugin Central!</strong></p>
<p>Plugin Central is a plugin created by <a rel="nofollow" title="Vladimir Prelovac" href="http://www.prelovac.com/vladimir/">Vladimir Prelovac</a>, and it is a great time-saver.</p>
<p>This is always the first plugin I install using the standard process:</p>
<p>Plugins -&gt; Add New -&gt; Search -&gt; Install -&gt; Activate Process</p>
<p><img class="size-full wp-image-332 alignnone" title="adding plugin central" src="http://wpsitebuilding.com/wp-content/uploads/adding-plugin-central.jpg" alt="" width="359" height="251" /></p>
<p>Once you have done this, the magic begins. Go to the option &#8220;Plugin Central&#8221; under the <strong>Plugins</strong> menu.</p>
<p><img class="alignnone size-full wp-image-333" title="Start using plugin central" src="http://wpsitebuilding.com/wp-content/uploads/using-plugin-central-1.jpg" alt="" width="167" height="135" /></p>
<p>The next screen gives you the option that you are going to use. Pay special attention to the field were you can paste the list shown above.<br />
Of course, you can just type the names of other plugins you want to install.</p>
<p><a href="http://wpsitebuilding.com/wp-content/uploads/using-plugin-central-2.jpg"><img class="alignnone size-medium wp-image-334" title="Using plugin central" src="http://wpsitebuilding.com/wp-content/uploads/using-plugin-central-2-490x372.jpg" alt="" width="490" height="372" /></a></p>
<p>Once you are satisfied with your list, click the &#8220;<strong>Install Plugins</strong>&#8221; button.</p>
<p>Depending on your host&#8217;s security settings, it might ask you for your FTP data such as FTP site, username and password. Or,  it will start to work directly.</p>
<p>The process of installing the plugins depends on your hosting environment, but with my <a title="Just Host Webhosting" href="http://wpsitebuilding.com/wordpress-hosting">Just Host</a> based websites it takes under two minutes for all 20 plugins.</p>
<p><a href="http://wpsitebuilding.com/wp-content/uploads/wordpress-plugins-installed-1.jpg"><img class="alignnone size-medium wp-image-335" title="20 WordPress plugins installed" src="http://wpsitebuilding.com/wp-content/uploads/wordpress-plugins-installed-1-193x490.jpg" alt="" width="193" height="490" /></a></p>
<p>After the whole process has ran, you need to active all of the plugins, which takes about four clicks.</p>
<p><img class="alignnone size-full wp-image-336" title="Activate all plugins three clicks" src="http://wpsitebuilding.com/wp-content/uploads/activate-all-plugins-three-click.jpg" alt="" width="233" height="134" /></p>
<p>Go to the installed plugins page, click the top checkbox (Plugin), choose from the dropdown menu &#8220;Activate&#8221; and then push &#8220;Apply&#8221;.</p>
<p>Now all of your plugins are active. Some of them need some configuration (Google xml sitemaps, Wp Super cache and Askimet, etc) but most of them are running right off the bat.</p>
<p>Configuring the plugins will take some time, but you just saved a lot of time on the installation, so go ahead and set all the options that you want. I will be writing more about some of these plugins, but now it&#8217;s time for you to take action!</p>
<p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpsitebuilding.com/install-21-wordpress-plugins-5-minutes.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Use the Right Title in Building a WordPress Website</title>
		<link>http://wpsitebuilding.com/title-building-wordpress-website.html</link>
		<comments>http://wpsitebuilding.com/title-building-wordpress-website.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 08:11:19 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress Setup]]></category>

		<guid isPermaLink="false">http://wpsitebuilding.com/?p=253</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/title-building-wordpress-website.html">Use the Right Title in Building a WordPress Website</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>You want your new WordPress website to be easily found by search engines, right? One thing that you need to think long and hard about is the title of your website. This title will show up on every search engine&#8217;s search results page, which shows the link to the homepage of your website. The title [...]</p></p><p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://wpsitebuilding.com/title-building-wordpress-website.html">Use the Right Title in Building a WordPress Website</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>You want your new WordPress website to be easily found by search engines, right?</p>
<p>One thing that you need to think long and hard about is the title of your website. This title will show up on every search engine&#8217;s search results page, which shows the link to the homepage of your website.</p>
<p>The title should not only contain the keywords you want to target, but it should also invite searchers to click on that title.</p>
<p><strong>The WordPress Title </strong></p>
<p>Most themes will show the title as the title of your post or page, with or without the title of the site (which is set under Settings &#8212;&gt; General).</p>
<p>For myself and the majority of my customer&#8217;s sites, I use a plugin called <a rel="nofollow" title="Headspace2 Ttitle Plugins" href="http://urbangiraffe.com/plugins/headspace2/">Headspace2</a> which gives you the ability to write different HTML titles. These are the titles that are shown in the title bar of your browser, and are also the titles used by search engines.</p>
<p>With Headspace, you can set different titles for your homepage along with several other pages (archive/category pages, etc.). It shows a separate field under your writing panel where you can put the title.</p>
<p>On this page, you see the title &#8220;Use the Right Title in Building a WordPress Website.&#8221; But if you look at the top of your browser, you see the title &#8220;The Importance of Using the Right Title when Building a WordPress Website.&#8221;</p>
<p><strong>The WordPress Theme Header</strong></p>
<p>There is a little catch for Headspace2 to work the right way&#8230;. you need to check the way your theme uses the Title function in your header file.</p>
<p>To check this, go to Appearance &#8212;&gt; Editor,  select the file called Header (header.php) and look for this coding:</p>
<p>&lt;title&gt;&lt;?php if (function_exists(&#8216;seo_title_tag&#8217;)) { seo_title_tag(); } else { wp_title(&#8221;); bloginfo(&#8216;name&#8217;);} ?&gt;&lt;/title&gt;</p>
<p>In the example above you can use a plugin called &#8220;SEO Title Tag&#8221; that will do the same as Headspace2, with the exception of a few limitations. You can also see that the name of the site is appended at the end of the title. You need to change that code for optimal use of Headspace2 and replace it with:</p>
<p>&lt;title&gt;&lt;?php wp_title (&#8221;); ?&gt;&lt;/title&gt;</p>
<p>For branding purposes you could add something extra into the code, such as:</p>
<p>&lt;title&gt;&lt;?php wp_title (”); ?&gt; | WpSiteBuilding.com&lt;/title&gt;</p>
<p>The only problem with this is that the title will get too long for the search engine listings. Search engines will cut the title at this moment to about 60 positions.</p>
<p>Did you install the plugin and change the title function in the header of your theme? If so, it&#8217;s time to read up on how you can write those great visitor-attracting titles over at Copyblogger&#8217;s <a rel="nofollow" title="How to Write Magenetic Headlines by Copyblogger" href="http://www.copyblogger.com/magnetic-headlines/">How to Write Magnetic Headlines</a>.</p>
<p>P.S. The code &#8220;wp_title&#8221; is taken from your database table. If you have another table prefix, you have to change the prefix to match your installation (<a title="How to install WordPress" href="http://wpsitebuilding.com/wordpress-installation/">WordPress Installation</a>).</p>
<p><img title="WordPress Titles" src="../wp-content/uploads/wordpress-titles-490.png" alt="WordPress Titles" width="490" height="125" /></p>
<p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpsitebuilding.com/title-building-wordpress-website.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 and Flash 10 problems</title>
		<link>http://wpsitebuilding.com/wordpress-27-flash-10-problems.html</link>
		<comments>http://wpsitebuilding.com/wordpress-27-flash-10-problems.html#comments</comments>
		<pubDate>Sun, 04 Jan 2009 08:33:35 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Weblog News]]></category>
		<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[WordPress Setup]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/wordpress-27-flash-10-problems.html</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/wordpress-27-flash-10-problems.html">WordPress 2.7 and Flash 10 problems</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>This website is now on a full new WordPress 2.7 platform and all plugins are updated to the latest release. I am now really happy with my new laptop an HP Mobile Workstation &#160;which runs on Windows XP. I is really fast on for my kind of work a real workhorse! But the main reason [...]</p></p><p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://wpsitebuilding.com/wordpress-27-flash-10-problems.html">WordPress 2.7 and Flash 10 problems</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p><img style="margin-right: 4px" alt="" title="" src="/wp-content/uploads/wordpress-icon.jpg" align="left" width="193" height="80" />  </p>
<p>This website is now on a full new WordPress 2.7 platform and all plugins are updated to the latest release.</p>
<p>I am now really happy with my new laptop an <a rel="nofollow" title="" target="_blank" href="http://www.amazon.com/gp/product/B000WVXOSM?ie=UTF8&amp;tag=designcars-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000WVXOSM">HP Mobile Workstation</a> &nbsp;which runs on Windows XP. I is really fast on for my kind of work a real workhorse!<br />      But the main reason why I am so happy is this: It runs <strong>Adobe Flash 9</strong> ! instead of 10.</p>
<p>On my old laptop I upgraded to Flash 10 ans since then all WordPress 2.7 based Blogs and Sites I wanted to administer ran horrible, and that was not because of some plugin that was at fault.<br />      Also my Blogs on WordPress.com gave me the same administrative problems resulting in not being able to post or even update a post, aarrgh :-(</p>
<p>Where possible I downgraded my 2.7 based sites to 2.6 <br />      Which is easy, just follow the same process as upgrading to a new version, but instead of uploading the 2.7 files you upload the 2.6 version and login, upgrade and your done.</p>
<p>I even tried to downgrade to Adobe Flash 10, but no luck there. As soon as I went to a website with Flash the plugin update to 10 again&#8230;</p>
<p>On the new laptop I can hold off the Flash Upgrade so I can work with WordPress 2.7 which I must say look great from an administration view.<br />      Coming form 2.6 you still need to get used to the new placements, but it is not that hard to getting used to.</p>
<p>So in short: Don&#8217;t upgrade to 2.7 yet if you have Flash 10 installed (<a rel="nofollow" title="" target="_blank" href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507">Check your Flash version here</a>) if you have version 9, then go ahead but make sure not to upgrade to Flash 10 until this issue is fixed.<br />      For your information, this is<strong> <em>NOT</em></strong><em> a WordPress problem</em>, but a <strong>Adobe Flash security problem</strong>!</p>
<p>Want to read more about this topic? Go to <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpsitebuilding.com/wordpress-27-flash-10-problems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

