<?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</title>
	<atom:link href="http://wpsitebuilding.com/tag/wordpress/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>How To Include a Youtube Video in WordPress</title>
		<link>http://wpsitebuilding.com/include-youtube-video-wordpress.html</link>
		<comments>http://wpsitebuilding.com/include-youtube-video-wordpress.html#comments</comments>
		<pubDate>Sat, 13 Aug 2011 18:30:39 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://wpsitebuilding.com/?p=520</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/include-youtube-video-wordpress.html">How To Include a Youtube Video in WordPress</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Including a video in WordPress can be done in several different ways, with or without plugins. My favorite way is do to it is without any plugins by adding the special inclusion code from Youtube itself. YouTube WordPress Plugins But for those of you that don&#8217;t want anything to do with HTML codings, here a [...]</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/include-youtube-video-wordpress.html">How To Include a Youtube Video in WordPress</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Including a video in WordPress can be done in several different ways, with or without plugins.</p>
<p>My favorite way is do to it is without any plugins by adding the special inclusion code from Youtube itself.</p>
<p><strong>YouTube WordPress Plugins</strong></p>
<p>But for those of you that don&#8217;t want anything to do with HTML codings, here a four af the best Youtube Plugins:</p>
<ul>
<li><a rel="nofollow" title="Smart Youtube" href="http://wordpress.org/extend/plugins/smart-youtube/" target="_blank">Smart YouTube</a></li>
<li><a rel="nofollow" title="TubePress" href="http://tubepress.org/" target="_blank">TubePress </a></li>
<li><a rel="nofollow" title="YouTube Brackets" href="http://wordpress.org/extend/plugins/youtube-brackets/" target="_blank">YouTube Brackets</a></li>
<li><a rel="nofollow" title="WP YouTube" href="http://www.jenst.se/2007/11/01/wp-youtube/" target="_blank">WP YouTube</a></li>
</ul>
<p>If you want simple, use one of the last two, want more options choose TubePress Pro (25 Dollar for One Year) with which you can create video gallery&#8217;s.</p>
<p>Smart Youtube might be the <em>smart</em> choice of you are going to embed more video&#8217;s in you blog postings.</p>
<p><strong>Including YouTube HTML Coding</strong></p>
<p>Like I said, I prefer to just included the HTML coding because I have very few video&#8217;s in my posts and I don&#8217;t want another plugin to slowdown the site.</p>
<p>When you see a Youtube video you want to include, look for the Share button below the video.</p>
<p><img class="aligncenter size-full wp-image-521" title="youtube share button" src="http://wpsitebuilding.com/wp-content/uploads/youtube-share-button.jpg" alt="youtube share button" width="314" height="44" /></p>
<p>Not all video&#8217;s can be embedded, sometimes they are exlcuded because of copyrights.</p>
<p>If you can share it you will see the following code that you can copy and past <code>http://youtu.be/NAc83CF8Ejk</code> into your post and as you can see this is enough for your WordPress website. For me it works just by pasting the code (WordPress 3.2.1).</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/NAc83CF8Ejk?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NAc83CF8Ejk?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You can use the same code for inclusion with a plugin like the above mentioned ones, but if you want the inclusing code, use the embed button.</p>
<p><a href="http://wpsitebuilding.com/wp-content/uploads/embed-youtube-video.jpg"><img class="aligncenter size-medium wp-image-522" title="embed a youtube video" src="http://wpsitebuilding.com/wp-content/uploads/embed-youtube-video-490x147.jpg" alt="embed a youtube video" width="490" height="147" /></a></p>
<p>What you don&#8217;t want is the standard format unless your theme content size is just right&#8230;. for me it never is :-).</p>
<p>But you can easily change to the format you want by just setting the width you need and other options you want to set like the use of High Definition (HD).</p>
<p><a href="http://wpsitebuilding.com/wp-content/uploads/youtube-embedding-code.jpg"><img class="aligncenter size-medium wp-image-523" title="youtube embedding code and size setting" src="http://wpsitebuilding.com/wp-content/uploads/youtube-embedding-code-490x275.jpg" alt="youtube embedding code and size setting" width="490" height="275" /></a></p>
<p>Once you set the size, copy the code from the top box and save it in notepad or past it right into your post. <strong>Attention!</strong> before you paste it into you post, first <strong>switch to the HTML input screen!</strong></p>
<p>In the HTML screen you can post the code right were you want the video to show.</p>
<p><iframe src="http://www.youtube.com/embed/rYEDA3JcQqw" frameborder="0" width="500" height="314"></iframe></p>
<p>Hope this will help you to live up you blog. Make sure you listen to some of the video&#8217;s that you see here!</p>
<p>Enjoy this beautiful  music before you get back to working on you WordPress site, Adele is one of the best singers at this moment!</p>
<p>Here are two of my other all time favourite video&#8217;s&#8230;</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/wwCykGDEp7M?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wwCykGDEp7M?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/eAfyFTzZDMM?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/eAfyFTzZDMM?version=3" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></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/include-youtube-video-wordpress.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>WordPress Agent Theme for Real Estate Agents</title>
		<link>http://wpsitebuilding.com/wordpress-agent-theme-real-estate-agents.html</link>
		<comments>http://wpsitebuilding.com/wordpress-agent-theme-real-estate-agents.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:10:48 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Customers]]></category>
		<category><![CDATA[Magazine Style]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpsitebuilding.com/?p=235</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/wordpress-agent-theme-real-estate-agents.html">WordPress Agent Theme for Real Estate Agents</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p><a title="Real Estate WordPress Theme" href="http://wpsitebuilding.com/agent-theme" target="_blank"><img class="alignnone size-full wp-image-234" title="WordPress Real Estate Agent Theme" src="http://wpsitebuilding.com/wp-content/uploads/wordpress-agent-theme-250.jpg" alt="WordPress Agent Theme" /></a> The new Real Estate Agent Theme for Studiopress has a lot of features build in to make it real easy to setup your a real estate agengy website with wordpress, giving you all the benefits of WordPress and Search Engine Optimization...</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-agent-theme-real-estate-agents.html">WordPress Agent Theme for Real Estate Agents</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p><a title="WordPress Agent Theme a Realestate Solution" href="http://wpsitebuilding.com/agent-theme"><img class="alignnone size-full wp-image-241" title="WP Agent Theme Colors" src="http://wpsitebuilding.com/wp-content/uploads/wp-agent-theme-colors-490.png" alt="WP Agent Theme Colors" width="490" height="125" /></a></p>
<p>Brain Gardner, WordPress theme designer extraordinaire, just announced<a title="Brian Gardner and StudioPress Theme AgentPress" href="http://wpsitebuilding.com/agent-theme"> the release of a new theme specifically targeted to Real Estate Agents</a>.</p>
<p>This theme comes with great features like automatic thumbnail creation and special pages for your real estate listing.</p>
<p>There are separate writing panels for your listings with fields for price and other items pertaining to the property. You write the data, and the theme will handle the layout so that every listing has the same format.</p>
<p>For Google maps code, there is a special field where you only need the location code.</p>
<p><a title="AgentPress a WordPress Real Estate Theme" href="http://wpsitebuilding.com/agent-theme"><img class="alignnone size-full wp-image-234" title="WordPress Real Estate Agent Theme" src="http://wpsitebuilding.com/wp-content/uploads/wordpress-agent-theme-250.jpg" alt="WordPress Real Estate Agent Theme" width="250" height="250" /></a></p>
<p>It comes with four different color schemes that give you the ability to use the one that best fits your company. You also get the PSD files, so you can make your own changes or hire <a title="WordPress Agent Theme" href="http://wpsitebuilding.com/agent-theme">AgentPress</a> to do further customization for you.</p>
<p><a title="Tan Color Agent Theme" href="http://wpsitebuilding.com/agent-theme"><img class="alignnone size-full wp-image-239" title="WordPress Theme for Realestate Agent in Tan" src="http://wpsitebuilding.com/wp-content/uploads/agent-theme-tan.png" alt="WordPress Theme for Realestate Agent in Tan" width="487" height="873" /></a></p>
<p><strong>Different ideas for usage</strong></p>
<p>Although this theme was developed by Brian Gardner together with Nicole Nicolay (of <a rel="nofollow" href="http://www.mytechopinion.com/">My Tech Opinion</a>) for real estate agents, it looks to me like you can adapt this theme. With a few simple changes, you can make it work for different agents like car dealers, motorcycle companies, and even custom car builders.</p>
<p>In fact, every company that chooses to showcase their products with several photos can benefit by using this theme.</p>
<p>If you want to build a professional website for marketing products in the high end consumer market, the SEO-ready <a title="WordPress Agent Theme" href="http://wpsitebuilding.com/agent-theme">Agent Theme</a> from StudioPress may be just what you need.</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-agent-theme-real-estate-agents.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Getting More WordPress Site Building in.</title>
		<link>http://wpsitebuilding.com/wordpress-site-building.html</link>
		<comments>http://wpsitebuilding.com/wordpress-site-building.html#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:15:22 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Weblog News]]></category>
		<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/wordpress-site-building.html</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/wordpress-site-building.html">Getting More WordPress Site Building in.</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>This website is primarily focused on how you can setup CMS Options and special plugins to get a static website view using WordPress. I also write about magazine style and news style themes, and how you should change your WordPress Themes to get a less dated site. I&#8217;ve recently realized that the site needs an upgrade to reflect [...]</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-site-building.html">Getting More WordPress Site Building in.</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>This website is primarily focused on how you can setup CMS Options and special plugins to get a static website view using WordPress.</p>
<p>I also write about magazine style and news style themes, and how you should change your <a rel="nofollow" title="WordPress Theme Changes for a static website" href="http://wordpress-cms.hummerbie.com/wordpress-themes/">WordPress Themes </a>to get a less dated site.</p>
<p>I&#8217;ve recently realized that the site needs an upgrade to reflect more on the process of building, configuring and installing things like themes and plugins.<br />
As I mentioned before, this was not the initial intent of the site, but there seems to be a clear need for that kind of information. In the following days/weeks/months, you will see this site grow in that direction.</p>
<p>It takes time to write clear and understandable articles to show you where you want to go, so please stay with me as I will help you build your website with WordPress.</p>
<p>I have already completed some of these pages. A new page about <a title="The Process of Building a WordPress website" href="http://wpsitebuilding.com/how-to-build-a-website-with-wordpress/">The Process of Building a WordPress website</a> will become one of the cornerstones of this site, and I will create links on this page to point you to the new pages as they are published.</p>
<p>I want to thank Milan for pointing out the flaw in this site&#8217;s setup as it is today. I will continue working to make this site one of the best resources around for building a WordPress website.</p>
<p><img title="Tutorials on Building a WordPress based websites" src="http://wordpress-cms.hummerbie.com/wp-content/uploads/image/wordpres-tutorials-160.jpg" border="0" alt="Tutorials on Building a WordPress based websites" width="160" height="90" /></p>
<p><img title="WordPress Website Building" src="http://wpsitebuilding.com/wp-content/uploads/wp-website-construction.png" alt="WordPress Website Construction" 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/wordpress-site-building.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A new Classic for WordPress website themes &#8211; Magazine by StudioPress Brain Gardner</title>
		<link>http://wpsitebuilding.com/classic-wordpress-website-themes-magazine-studiopress.html</link>
		<comments>http://wpsitebuilding.com/classic-wordpress-website-themes-magazine-studiopress.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:47:12 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/?p=127</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/classic-wordpress-website-themes-magazine-studiopress.html">A new Classic for WordPress website themes &#8211; Magazine by StudioPress Brain Gardner</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Brian Gardner is showing off the redesign of his Magazine Theme, which is already a classic. If you look at the new features in the header, you can see why this is going to be a great theme to use for Building a website with WordPress. The tabs at the top are great for extra [...]</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/classic-wordpress-website-themes-magazine-studiopress.html">A new Classic for WordPress website themes &#8211; Magazine by StudioPress Brain Gardner</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Brian Gardner is showing off the redesign of his <a rel="nofollow" title="Brian Gardner Magazine Theme redesign" href="http://www.briangardner.com/blog/magazine-theme-thoughts-so-far.htm">Magazine Theme</a>, which is already a classic.</p>
<p>If you look at the new features in the header, you can see why this is going to be a great theme to use for <a title="WordPress website building" href="http://wpsitebuilding.com/">Building a website with WordPress</a>.</p>
<p>The tabs at the top are great for extra pages, and the category links will make it easy to &#8220;theme&#8221; your site.</p>
<p>In Brian&#8217;s post, he also shows the new configuration panel that will make it a lot easier to work with for the not-so-technical WordPress website builders.</p>
<p>With this theme, just like the Thesis theme, there are extra fields in the posting panel to give writers a simpler method for adding images to a post and have them show up in the correct positions.</p>
<p>I suppose that the new automatic thumbnail creation that is now implemented in a lot of  <a title="StudioPress WordPress Themes" href="http://wpsitebuilding.com/wp-cms-themes">Studiopress</a> themes will also be part of this theme&#8230;</p>
<p><a href="http://wpsitebuilding.com/wp-cms-themes"><img title="WordPress Magazine Theme" src="http://wpsitebuilding.com/wp-content/uploads/image/magazine-theme-studiopress.png" alt="WordPress Magazine Theme" width="480" height="468" /></a></p>
<p>To be honest with you, there is one thing I don&#8217;t like about this theme&#8230;. the colors used for the links and headers. As you can tell from my new <a rel="nofollow" title="Hybrid Top Cars" href="http://hybridtopcars.com/">Hybrid Top Cars</a> website, I prefer blue!</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/classic-wordpress-website-themes-magazine-studiopress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing my WordPress Theme to Mimbo</title>
		<link>http://wpsitebuilding.com/changing-wordpress-theme-mimbo.html</link>
		<comments>http://wpsitebuilding.com/changing-wordpress-theme-mimbo.html#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:20:06 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/?p=96</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/changing-wordpress-theme-mimbo.html">Changing my WordPress Theme to Mimbo</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>I have used two different themes on this site now.  The first was Cutline and the second was Revolution Blue. Both are very good themes and come well-equipped for a Search Engine Optimized website. Still, I wanted to have a more Magazine-like template. After looking for one that was created for the WordPress versions 2.7 and up, I [...]</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/changing-wordpress-theme-mimbo.html">Changing my WordPress Theme to Mimbo</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>I have used two different themes on this site now.  The first was Cutline and the second was Revolution Blue.</p>
<p><img src="/wp-content/uploads/wordpress-cms-revo-bleu-small.jpg" alt="" width="335" height="365" /></p>
<p>Both are very good themes and come well-equipped for a Search Engine Optimized website.</p>
<p>Still, I wanted to have a more Magazine-like template. After looking for one that was created for the WordPress versions 2.7 and up, I found <a rel="nofollow" href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/">the new Mimbo 3</a>.</p>
<p><img src="/wp-content/uploads/mimbo-demo-small.jpg" alt="" width="500" height="686" /></p>
<p><img title="WordPress website building" src="../wp-content/uploads/wordpress-seite-building.png" alt="WordPress website building" width="480" height="125" /></p>
<p>A new addition, this free magazine theme was built with the ability to use Child Themes.</p>
<p>Changing the style can be done without touching the theme itself. Just change the child theme and all functions from this theme will be there.</p>
<p>A big advantage of this is that if you have heavily customized the theme via child theme, a new version can be installed and will work without you touching any of the core files.</p>
<p>I know, this is a new way of customizing your design with child themes, but I will be looking into these options very soon.  :-)</p>
<p>My Frontpage is not like the standard Mimbo, since that is really built for a blog page, which this site is not.</p>
<p>How about you? Do you work with WordPress theme frameworks yet, or are you still waiting to see how it evolves?</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/changing-wordpress-theme-mimbo.html/feed</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>Site Upgrade to WP 2.7</title>
		<link>http://wpsitebuilding.com/site-upgrade-wp-27.html</link>
		<comments>http://wpsitebuilding.com/site-upgrade-wp-27.html#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:03:00 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress Blog]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/site-upgrade-wp-27.html</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/site-upgrade-wp-27.html">Site Upgrade to WP 2.7</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>I just upgraded this WordPress website to version 2.7. release candidate 1 and it works just fine. There was just one Plugin, the Category Folding plugin that I needed to deactivate, maybe there will be an update for that in the near future. One other thing I am looking at is to change the Theme [...]</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/site-upgrade-wp-27.html">Site Upgrade to WP 2.7</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>I just upgraded this WordPress website to version 2.7. release candidate 1 and it works just fine.</p>
<p>There was just one Plugin, the Category Folding plugin that I needed to deactivate, maybe there will be an update for that in the near future.</p>
<p>One other thing I am looking at is to change the Theme to a new one from StudioPress.com an then especially the <a href="http://wpsitebuilding.com/studiopress-premium-themes.html">Church WP Theme</a></p>
<p>That theme might be some extra work to get it right, but I think it would show even better how your can Build an Website with WordPress</p>
<p><img class="alignnone size-full wp-image-88" title="wordpress-as-website-cms" src="http://wordpress-cms.hummerbie.com/wp-content/uploads/wordpress-as-website-cms.gif" alt="wordpress-as-website-cms" width="112" height="112" /></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/site-upgrade-wp-27.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why You should not use Magazine WordPress Themes for Customers</title>
		<link>http://wpsitebuilding.com/magazine-wordpress-themes-customers.html</link>
		<comments>http://wpsitebuilding.com/magazine-wordpress-themes-customers.html#comments</comments>
		<pubDate>Sat, 23 Aug 2008 21:06:04 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Customers]]></category>
		<category><![CDATA[Magazine Style]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/magazine-wordpress-themes-customers.html</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/magazine-wordpress-themes-customers.html">Why You should not use Magazine WordPress Themes for Customers</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>I was just thinking about this project of Building a Website with WordPress and the use of a Magazine Style Theme. As I was working on the manual for the use of that special kind of themes, I suddenly realized that the whole project was not going to work&#8230;. You see, if you have a [...]</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/magazine-wordpress-themes-customers.html">Why You should not use Magazine WordPress Themes for Customers</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>I was just thinking about this project of Building a Website with WordPress and the use of a Magazine Style Theme.</p>
<p>As I was working on the manual for the use of that special kind of themes, I suddenly realized that the whole project was not going to work&#8230;.</p>
<p>You see, if you have a customer that is not so WordPress and Computer savvy as you are, you need to explain how this thing with  &#8221;custom fields&#8221;works.<br />
And you need to tell them how to upload and choose the right image, copy the right name and paste it in the right format in the right box&#8230;<br />
Before that you need to tell you client that he/she needs to create three images in exactly those three formats because they are needed in that post&#8230;</p>
<p>So do you think he/she will go through this kind of proces every time he/she wants to write a post?<br />
If the answer is NO (really big change!) than you need to re-think the use of that kind of WP Templates for a CMS based semi static page.</p>
<p>Just use a standard WordPress Blog Template and recode that in a way that your customer will be able to write and manage its website in the easiest way possible.<br />
Only then, and really only then he/she be much more likely to work on their own website and let it grow to its real potential.</p>
<p>Don&#8217;t get me wrong, I really like Magazine Style CMS Like WordPress themes, but you should not use them for the majority of website owners.</p>
<p>What do you think? Is there a WordPress Magazine style template that is easier for &#8220;Normal&#8221; people to work with?</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a rel="nofollow" class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/3e9b2330-0cde-4620-8f22-b17b1d717c21/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=3e9b2330-0cde-4620-8f22-b17b1d717c21" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<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/magazine-wordpress-themes-customers.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Taking the WordPress CMS Website one stap further</title>
		<link>http://wpsitebuilding.com/wordpress-cms-website-stap.html</link>
		<comments>http://wpsitebuilding.com/wordpress-cms-website-stap.html#comments</comments>
		<pubDate>Fri, 25 Apr 2008 20:54:57 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/wordpress-cms-website-stap.html</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/wordpress-cms-website-stap.html">Taking the WordPress CMS Website one stap further</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Using the right theme to build your static website with WordPress can be a challenge, finding the best WP Theme will give you a better website, look here for more information...</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-cms-website-stap.html">Taking the WordPress CMS Website one stap further</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>I have been working on this site to provide information on how to build a static website with WordPress.<br />  The Theme I used was Cutline 1.x, but I wanted a better layout more kind off a magazine&#8230;</p>
<p>And now I have found one of the best free ones, although I&nbsp;like the other Revolution that Brain Garder brings to us, I found the price for this new them better!<br />  No, the templates are great, but I don&#8217;t feel the need right now to buy a template for this website, it is still a work in progress, although this site is doing pretty well in the search engines as it comes to the keywords I targeted.</p>
<p>This new theme is a free version&nbsp;that you can get at the <a rel="nofollow" title="" target="_blank" href="http://www.briangardner.com/category/themes">Download page for the free Revolution Blog Theme</a> and you can read more about the theme at the Blog from Brain Gardner&nbsp;on <a rel="nofollow" title="" target="_blank" href="http://www.briangardner.com/blog/revolution-blog-theme-now-available.htm">The Free Revolution Blog Theme</a>&nbsp;</p>
<p>So I am going to take the next step and bring a new vision and layout to the site, I hope you like it, I know I do.<br />  It&#8217;s a new challenge to make this site even more informational&#8230;</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-cms-website-stap.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Finding the Right WordPress Pages Ordering Plugin</title>
		<link>http://wpsitebuilding.com/finding-the-right-wordpress-pages-ordering-plugin-2.html</link>
		<comments>http://wpsitebuilding.com/finding-the-right-wordpress-pages-ordering-plugin-2.html#comments</comments>
		<pubDate>Mon, 03 Mar 2008 20:10:11 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Weblog News]]></category>
		<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[Ordering]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/finding-the-right-wordpress-pages-ordering-plugin-2.html</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/finding-the-right-wordpress-pages-ordering-plugin-2.html">Finding the Right WordPress Pages Ordering Plugin</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Building a website with WordPress as your basic Content Management Systems starts by selection the right plugins to use, read here which ones and how to use them.</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/finding-the-right-wordpress-pages-ordering-plugin-2.html">Finding the Right WordPress Pages Ordering Plugin</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Running a WordPress Based website produces a Lot of Pages.</p>
<p>But WordPress does not allow you to assign Pages to Categories, But this might be a great function to reduce the number of Links in your Page Menu.</p>
<p>So currently I am looking at the new Plugins from Andy Staines who creates some great Plugins like the &quot;<a rel="nofollow" title="Page Category Plus" target="_blank" href="http://www.stuff.yellowswordfish.com/page-category-plus/">Page Category Plus</a>&quot;<br />  Once I figured out how to use it, you will find the examples and Configuration and Usage Instructions on the Pages..</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/finding-the-right-wordpress-pages-ordering-plugin-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Website with WordPress as Content Management System</title>
		<link>http://wpsitebuilding.com/building-a-website-with-wordpress-as-content-management-system.html</link>
		<comments>http://wpsitebuilding.com/building-a-website-with-wordpress-as-content-management-system.html#comments</comments>
		<pubDate>Sun, 16 Sep 2007 06:57:54 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Weblog News]]></category>
		<category><![CDATA[WordPress CMS]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-cms.hummerbie.com/building-a-website-with-wordpress-as-content-management-system.html</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://wpsitebuilding.com/building-a-website-with-wordpress-as-content-management-system.html">Building a Website with WordPress as Content Management System</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p>Creating or Building a Website with WordPress an another process then Setting Up a Blog... read about the process here.</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/building-a-website-with-wordpress-as-content-management-system.html">Building a Website with WordPress as Content Management System</a>, an article from <a href="http://wpsitebuilding.com">Building a Website with WordPress</a>.</p><p><!--adsense--><br />  I am setting this website up as an example on how to use WordPress as a Content Managment System, and will be posting about the things I find and work with.
<p>The Site will have three Silos to work with:</p>
<p><a rel="nofollow" title="How to Setup WordPress to work as CMS" href="/wordpress-setup">WordPress Setup:<br />  </a>The Configuration settings to use WordPress as a Content Management System with a static Frontpage</p>
<p><a rel="nofollow" title="How to Use WordPress Plugins for a Website" href="/wordpress-plugins">WordPress Plugins:<br />  </a>An overview and Manuals on how to use the Plugins that complete the CMS part of WordPress and makes it easier to work with.<br />  You will also get some tips on Plugins you can use to further Optimize your site for Search Engines.</p>
<p><a rel="nofollow" title="Which WordPress Themes to use and to Modify" href="/wordpress-themes">WordPress Themes:<br />  </a>Some themes just work better for Building a Website with WordPress, you can read about them here with tips and trics how to use and improve them to suite your needs.</p>
<p>Enjoy the ride ride with me and scubscribe to the RSS Feed or the E-mail version.</p>
<p>[techtags:WordPress, CMS, Website, Building]</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/building-a-website-with-wordpress-as-content-management-system.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

