<?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>DazzlinDonna &#187; blog</title>
	<atom:link href="http://www.dazzlindonna.com/blog/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dazzlindonna.com/blog</link>
	<description>Making A Living Online</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:46:45 +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>Using WordPress as a Traditional CMS</title>
		<link>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/using-wordpress-as-a-traditional-cms/</link>
		<comments>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/using-wordpress-as-a-traditional-cms/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:52:49 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management systems]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/?p=1651</guid>
		<description><![CDATA[People often want to create a site that doesn&#8217;t look like a blog. Usually, if you ask them enough questions, you&#8217;ll find that they want to have a site that mostly consists of &#8220;static&#8221; pages (content which doesn&#8217;t change very often). They want a home page that isn&#8217;t a list of reverse chronological, ever-changing blog [...]]]></description>
			<content:encoded><![CDATA[<p>People often want to create a site that doesn&#8217;t look like a blog. Usually, if you ask them enough questions, you&#8217;ll find that they want to have a site that mostly consists of &#8220;static&#8221; pages (content which doesn&#8217;t change very often). They want a home page that isn&#8217;t a list of reverse chronological, ever-changing blog posts. They probably want to include a blog as a subsection of the site, but not have it be the focal point of the site.</p>
<p>These people usually either create static HTML sites (difficult to manage), or they use a traditional CMS application.  A CMS allows them to dynamically generate and manage &#8220;static&#8221; (or rarely-changing) content. They usually don&#8217;t consider using WordPress to create and manage these types of sites.  Because WordPress has its roots as a blogging tool, it can easily be overlooked as excellent way to manage content of any sort.  Don&#8217;t be fooled by its normal use as a blog-centric content manager. Content is content, and WordPress rocks as an easy way to manage content.</p>
<p>It only takes a few additional steps to rid WordPress of its blog-centric roots and use it as a &#8220;traditional&#8221; CMS. The key is to use <b>Pages</b> for most of the site (the &#8220;static&#8221; part) and <b>Posts</b> just for the blog subsection of the site. Here&#8217;s how to do that.</p>
<ol>
<li>Install WordPress. Either follow the <a href="http://codex.wordpress.org/Installing_WordPress" class="liwp">WordPress Installation Guide</a> or use <a href="http://www.funscripts.net/php-scripts/" class="liexternal">EasyWP WordPress Installer</a>.</li>
<li>Set up pretty permalinks so your pages URLs will look like yoursite.com/blue-widgets/ instead of yoursite.com/?p=1234. I recommend using the Custom structure: /%postname%/. Most people will be able to make this happen with no extra effort, but some web hosts and servers require <a href="http://codex.wordpress.org/Using_Permalinks" class="liwp">special instructions</a> to enable pretty permalinks.<br /><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2010/01/prettypermalinks.png" alt="" title="pretty permalinks" width="359" height="188" class="aligncenter size-full wp-image-1652" /></li>
<li>Create a new PAGE called Home. Add all the content that you wish to have on the home page. Publish.<br /><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2010/01/addnewpage.png" alt="" title="add new page" width="149" height="72" class="aligncenter size-full wp-image-1653" /></li>
<li>Create a new PAGE called Blog or News or Articles or whatever you want to call the interior section you&#8217;ll use for dated posts.  Do NOT add any content to this page. Leave it blank. Also: Do NOT choose a custom page template for this page. WordPress will understand (in the next step) that it should automatically use the standard blog, sorted-by-date listing of posts type of template.*</li>
<li>Go to Settings / Reading and set the page you created and called Home as the front page.  Then set the page you created and called Blog or News as the posts page. <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page" class="liwp">more info&#8230;</a><br /><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2010/01/readingfrontpage.png" alt="" title="reading front page" width="542" height="173" class="aligncenter size-full wp-image-1654" /></li>
<li>Most WordPress themes make the assumption that comments on pages are undesirable, so the page template does not include the comments code. This is my preference as well, and I recommend that you not allow comments on pages (but of course, I believe comments on posts are usually essential). If that&#8217;s also your preference, and if your theme does not show a comments form on your pages, then you can skip this step.
<p>However, if your theme does include comments on pages, and you&#8217;d rather not mess with the code, you can turn off comments for pages completely, regardless of how the theme is coded.  There&#8217;s no direct way to turn off comments just for all pages.  If you uncheck &#8220;Allow people to post comments on the article&#8221; in the Settings / Discussion panel, you&#8217;ll be turning off comments on both Pages and Posts, which is usually not desirable. Instead, you can turn off comments one at a time for each page when you create or edit each one, but there&#8217;s a good chance you&#8217;ll forget to do that on one or more pages. I prefer to use a plugin to handle the problem with ease, so it can be just a &#8220;set it and forget it&#8221; type of action. To do that, I suggest useing the <a href="http://wordpress.org/extend/plugins/no-comments-on-pages/" class="liwp">Use No Comments on Pages plugin</a> to turn off comments on pages.</li>
<li>Ever since WordPress 3.0, its new menu system lets you drag and drop the items you want in your menus in whatever order you want them to appear in. It&#8217;s easy and smooth, but your theme has to support it. Old themes may not, so be sure to look for a theme that says it supports WordPress&#8217; 3.0 menus.</li>
<li>That pretty much concludes the setup. Now all you have to do is add a new PAGE every time you want to create a new &#8220;static&#8221; page on the site, and add a new POST every time you want to create a new dated post in the Blog or News section.</li>
</ol>
<p>* <i>Themes often include a Home link in the header menu. If so, you may need to edit the header file (or whichever file contains the menu) to delete it, or you&#8217;ll end up with two Home links in your menu.  First look for any link that has the anchor text (link text) of &#8220;Home&#8221;. It may look something like this:</i></p>
<p>&lt;a href=&#8221;&lt;?php echo get_option(&#8216;home&#8217;); ?&gt;/&#8221;&gt;Home &lt;/a&gt;&#8221;</p>
<p><i>When you find it, just delete it, and you&#8217;re done.</i></p>
<hr />
<p><i>Note 1: If you want to read more information about the concept of Pages and Subpages vs. Posts, <a href="http://codex.wordpress.org/Pages" class="liwp">go here</a>.</i></p>
<hr />
<p><i>Note 2: Look for plugins to easily additional functionality, such as shopping carts.</i></p>
<p><b>Want me to install and configure WordPress for you? I offer <a href="http://installspro.com/" class="liexternal">WordPress installation services</a> now.</b></p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2010. |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/using-wordpress-as-a-traditional-cms/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/using-wordpress-as-a-traditional-cms/#comments">44 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/using-wordpress-as-a-traditional-cms/&title=Using WordPress as a Traditional CMS">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/blog/" rel="tag">blog</a>, <a href="http://www.dazzlindonna.com/blog/tag/cms/" rel="tag">CMS</a>, <a href="http://www.dazzlindonna.com/blog/tag/content-management-systems/" rel="tag">content management systems</a>, <a href="http://www.dazzlindonna.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/using-wordpress-as-a-traditional-cms/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>The DazzlinDonna Blog Celebrates Its First Year</title>
		<link>http://www.dazzlindonna.com/blog/general/the-dazzlindonna-blog-celebrates-its-first-year/</link>
		<comments>http://www.dazzlindonna.com/blog/general/the-dazzlindonna-blog-celebrates-its-first-year/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 08:30:29 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[anniversary]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[DazzlinDonna]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/2007/11/29/the-dazzlindonna-blog-celebrates-its-first-year/</guid>
		<description><![CDATA[Wow, the first birthday of this blog almost snuck right past me. I was checking out the past entries for another reason yesterday, and noticed that the first entry was almost exactly one year ago. But as fate would have it, I noticed, and so today, we celebrate the first birthday of this blog. I [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.dazzlindonna.com/blog/wp-content/uploads/2007/11/birthday.gif' alt='birthday' class='floatleft' />Wow, the first birthday of this blog almost snuck right past me.  I was checking out the past entries for another reason yesterday, and noticed that the first entry was almost exactly one year ago.  But as fate would have it, I noticed, and so today, we celebrate the first birthday of this blog.</p>
<p>I guess I should go ahead and give a slight history of the blog.  It started because I didn&#8217;t have a place to post non-SEO-related thoughts.  I&#8217;d been blogging regularly for a couple of years on my <a href="http://www.seo-scoop.com" class="liexternal">SEO Scoop</a> blog, but was frustrated by being cornered into one topic there.  So, I decided a personal blog would make sense to have.  Thus, this blog began as a &#8220;personal thoughts&#8221; blog where I could just be silly or post about anything really.</p>
<p>Eventually, that changed as well.  More and more people started asking me how I make a living.  Friends and relatives wanted to understand the concepts, and some were even wondering if they could do the same.  That&#8217;s when the focus on this blog changed.  I decided to start documenting what I do &#8211; and how I do it &#8211; so that everyone who wanted to know, could easily find out.  So that&#8217;s what I&#8217;ve been trying to do for the better part of this year.  I hope I&#8217;ve managed to help some of you understand what it is I do, and I hope some of you have put the information to good use.</p>
<p>I apologize for not organizing some big celebratory bash or contest, but the whole event snuck up on me.  Still, I probably wouldn&#8217;t have done much more than this anyway, because this blog is a small fish in a large pond.  A big party would have seemed a little silly.  So to you &#8230; thank you for coming around over the last year.  Hope to see you all lots more.  Have a little piece of cake today to help me celebrate, ok?  <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2007. |
<a href="http://www.dazzlindonna.com/blog/general/the-dazzlindonna-blog-celebrates-its-first-year/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/general/the-dazzlindonna-blog-celebrates-its-first-year/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/general/the-dazzlindonna-blog-celebrates-its-first-year/&title=The DazzlinDonna Blog Celebrates Its First Year">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/anniversary/" rel="tag">anniversary</a>, <a href="http://www.dazzlindonna.com/blog/tag/birthday/" rel="tag">birthday</a>, <a href="http://www.dazzlindonna.com/blog/tag/blog/" rel="tag">blog</a>, <a href="http://www.dazzlindonna.com/blog/tag/dazzlindonna/" rel="tag">DazzlinDonna</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/general/the-dazzlindonna-blog-celebrates-its-first-year/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why I am here</title>
		<link>http://www.dazzlindonna.com/blog/general/why-i-am-here/</link>
		<comments>http://www.dazzlindonna.com/blog/general/why-i-am-here/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 18:52:13 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ColdFusion scripts]]></category>
		<category><![CDATA[DazzlinDonna]]></category>
		<category><![CDATA[Donna Fontenot]]></category>
		<category><![CDATA[funscripts]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search engine world]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For many years now, I&#8217;ve owned a vanity domain that housed both my ColdFusion scripts as well as my personal website. As I&#8217;ve aged, I&#8217;ve gotten rather rusty with my ColdFusion programming skills (as well as a few other things), and my ColdFusion scripts are badly showing their age. Unfortunately, I don&#8217;t have the ability [...]]]></description>
			<content:encoded><![CDATA[<p>For many years now, I&#8217;ve owned a vanity domain that housed both my ColdFusion scripts as well as my personal website.  As I&#8217;ve aged, I&#8217;ve gotten rather rusty with my ColdFusion programming skills (as well as a few other things), and my ColdFusion scripts are badly showing their age.  Unfortunately, I don&#8217;t have the ability or the will to update them, so I made a decision.  I&#8217;ve deleted everything off of the donnafontenot.com domain and redirected that url to this blog.</p>
<p>The ColdFusion scripts will now be housed at <a href="http://www.funscripts.net" class="liexternal">funscripts.net</a>, where they will be available for free!  (Well, all but one).  Of course, with the new low, low price of zero dollars, comes one gotcha.  There will be no support for them.  Download them, use them for whatever purposes you wish, edit or mangle the code to your heart&#8217;s content.  But don&#8217;t ask for support, because there won&#8217;t be any.  And that&#8217;s mainly because I&#8217;ve forgotten most of the code I wrote, so I wouldn&#8217;t be of much help to you anyway.</p>
<p>So what is this blog going to be used for, you may ask?  Well, I already <del>have</del>had my main work-related blog, <a href="http://www.seo-scoop.com" class="liexternal">SEO Scoop</a>, so while this blog may occasionally touch upon the search engine world now and then, it isn&#8217;t designed for that purpose.  This will be more of a personal and educational blog, where you can find out more about the inner workings of DazzlinDonna (aka Donna Fontenot).  I&#8217;ll blab about whatever I fancy &#8211; life, work, politics, self-employment, whatever. This is where I get to have a bit of fun, and hopefully, you will too on occasion.</p>
<p>So, that&#8217;s why I am here now.</p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2006. |
<a href="http://www.dazzlindonna.com/blog/general/why-i-am-here/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/general/why-i-am-here/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/general/why-i-am-here/&title=Why I am here">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/blog/" rel="tag">blog</a>, <a href="http://www.dazzlindonna.com/blog/tag/coldfusion-scripts/" rel="tag">ColdFusion scripts</a>, <a href="http://www.dazzlindonna.com/blog/tag/dazzlindonna/" rel="tag">DazzlinDonna</a>, <a href="http://www.dazzlindonna.com/blog/tag/donna-fontenot/" rel="tag">Donna Fontenot</a>, <a href="http://www.dazzlindonna.com/blog/tag/funscripts/" rel="tag">funscripts</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-engine/" rel="tag">search engine</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-engine-world/" rel="tag">search engine world</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/general/why-i-am-here/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)

Served from: www.dazzlindonna.com @ 2012-02-11 02:34:43 -->
