<?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>It&#039;s Write Now! &#187; WordPress</title>
	<atom:link href="http://www.itswritenow.com/category/blogging/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itswritenow.com</link>
	<description>Make Money Writing...</description>
	<lastBuildDate>Wed, 05 Oct 2011 17:28:07 +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>How To Move A Blog</title>
		<link>http://www.itswritenow.com/816/how-to-move-a-blog/</link>
		<comments>http://www.itswritenow.com/816/how-to-move-a-blog/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 17:36:16 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[HostGator]]></category>
		<category><![CDATA[how to Move a blog]]></category>
		<category><![CDATA[Pat Doyle]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/816/how-to-move-a-blog/</guid>
		<description><![CDATA[My original hosting is with DreamHost. But when I started creating multiple sites I got a resellers account with hostgator. The great thing about the reseller account with hostgator is you can have a separate account for each site, and they use cPanel. But it&#8217;s 24 dollars a month. The best thing about DreamHost is [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">My original hosting is with DreamHost. But when I started creating multiple sites I got a resellers account with hostgator. The great thing about the reseller account with hostgator is you can have a separate account for each site, and they use cPanel. But it&#8217;s 24 dollars a month.</p>
<p align="justify">The best thing about DreamHost is they have great hosting, and one click installs and upgrades. They even give you one free domain a year and you can get great deals on your first year of hosting. For instance using a promo code like <strong>Emma90</strong> can save you 90 dollars, so that&#8217;s an entire year of hosting for 29.40$.</p>
<p align="justify">Occasionally I consider consolidating and moving my DreamHost sites to my HostGator account. But it&#8217;s easier to pay for double hosting then going through the hassle of moving. But if I ever change my mind. Pat Doyle just moved her account from DreamHost to HostGator and changed her domain name.</p>
<p align="justify">I wanted to make a post about her post so I would have the directions handy, just in case. So here they are; <a href="http://www.patdoyle.com/how-to-move-a-wordpress-blog/330/" target="_blank">How To Move a WordPress Blog</a>.</p>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=816&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/816/how-to-move-a-blog/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How To Remove The Dates From WordPress Themes</title>
		<link>http://www.itswritenow.com/720/how-to-remove-the-dates-from-wordpress-themes/</link>
		<comments>http://www.itswritenow.com/720/how-to-remove-the-dates-from-wordpress-themes/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 01:15:05 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[Date Exclusion WordPress Plugin]]></category>
		<category><![CDATA[Dates]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/720/how-to-remove-the-dates-from-wordpress-themes/</guid>
		<description><![CDATA[If you want to use WordPress for more of a static site that is updated infrequently removing the dates from your theme could come in handy. To remove the date you need to find where the date is referred to in index.PHP and remove that line. It will probably be a line between 2 div [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.itswritenow.com/wp-content/uploads/2008/09/binarydigitpeople400.jpg"><img class="alignnone size-full wp-image-1151" title="binarydigitpeople400" src="http://www.itswritenow.com/wp-content/uploads/2008/09/binarydigitpeople400.jpg" alt="binarydigitpeople400" width="400" height="311" /></a></p>
<p align="justify">If you want to use WordPress for more of a static site that is updated infrequently removing the dates from your theme could come in handy. To remove the date you need to find where the date is referred to in index.PHP and remove that line. It will probably be a line between 2 div tags that refer to a date in some way.</p>
<p align="justify">Also remove the date instances in single.PHP and archive.PHP. If you are afraid of removing the wrong thing and ruining your theme. You can use comment tags instead. This will make the lines still readable but whatever is between the tags won&#8217;t run.</p>
<p align="justify">&lt;?<strong>php</strong> /* These tags can be used to comment something out in PHP */ ?&gt;</p>
<p align="justify">Now for the Good news. I just discovered a <a href="http://www.dailyblogtips.com/date-exclusion-wordpress-plugin/" target="_blank">Date Exclusion WordPress Plugin</a> over at Daily Blog Tips. This just might be the answer for those of us who don&#8217;t feel completely comfortable poking around in our themes code. I haven&#8217;t used it yet. But it might be the safer option I&#8217;ve been looking for.</p>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=720&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/720/how-to-remove-the-dates-from-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>How To Create Your Own WordPress Template</title>
		<link>http://www.itswritenow.com/703/how-to-create-your-own-wordpress-template/</link>
		<comments>http://www.itswritenow.com/703/how-to-create-your-own-wordpress-template/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 18:23:44 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sarah]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/703/how-to-create-your-own-wordpress-template/</guid>
		<description><![CDATA[New WordPress users are often confused by the combination of PHP, HTML, and CSS, that you find in your WordPress template. After awhile you will start to learn the code and understand what&#8217;s going on. Sarah at Blogging Tips wrote a couple of great tutorials on creating your own templates. Create Your Own Template Create [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">New WordPress users are often confused by the combination of PHP, HTML, and CSS, that you find in your WordPress template. After awhile you will start to learn the code and understand what&#8217;s going on. Sarah at Blogging Tips wrote a couple of great tutorials on creating your own templates.</p>
<p align="center"><a href="http://www.bloggingtips.com/2008/08/10/create-your-own-template/" target="_blank">Create Your Own Template</a></p>
<p align="center"><a href="http://www.bloggingtips.com/2008/08/17/create-your-own-template-ii/" target="_blank">Create Your Own Template II</a></p>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=703&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/703/how-to-create-your-own-wordpress-template/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Another Great Video From Court</title>
		<link>http://www.itswritenow.com/696/another-great-video-from-court/</link>
		<comments>http://www.itswritenow.com/696/another-great-video-from-court/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 02:35:31 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[all in one SEO pack]]></category>
		<category><![CDATA[Autogenerate]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[Courtney Tuttle]]></category>
		<category><![CDATA[Courts Internet Marketing School]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/696/another-great-video-from-court/</guid>
		<description><![CDATA[Occasionally I have to bookmark posts from Court&#8217;s Internet Marketing School because the information is so good I want to be able to find it. He just recently did a video on installing All In One SEO Pack. I&#8217;ve been using this plugin for a long time. If you&#8217;ve never installed a WordPress plug in [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Occasionally I have to bookmark posts from Court&#8217;s Internet Marketing School because the information is so good I want to be able to find it. He just recently did a video on installing All In One SEO Pack. I&#8217;ve been using this plugin for a long time.</p>
<p align="justify">If you&#8217;ve never installed a WordPress plug in before you get a little glimpse in to plugin installation and FTP. But the important part I like is he shows the proper way to configure All In One SEO Pack. This plugin can give your blog powerful SEO benefits if it is configured correctly. So check out his video.</p>
<p><strong><a href="http://courtneytuttle.com/2008/08/13/how-to-install-the-all-in-one-seo-pack-plugin-for-wordpress/" target="_blank">How To Install And Configure All In One SEO Pack By Court</a></strong></p>
<ul>
<li>change home title to keyword</li>
<li>check rewrite titles</li>
<li>post titles=post title | blog title</li>
<li>deselect-use categories for META Keywords</li>
<li>deselect-use no index for categories</li>
<li>deselect-use no index for archives</li>
<li>deselect-use no index for Tag Archives</li>
<li>check Autogenerate Descriptions</li>
<li>Change Blog Title To Keywords under WordPress General Settings</li>
</ul>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=696&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/696/another-great-video-from-court/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WP Affiliate Pro Versus WP Affiliate Elite</title>
		<link>http://www.itswritenow.com/686/wp-affiliate-pro-versus-wp-affiliate-elite/</link>
		<comments>http://www.itswritenow.com/686/wp-affiliate-pro-versus-wp-affiliate-elite/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 22:57:02 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Elite]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WP Affiliate Elite]]></category>
		<category><![CDATA[WP Affiliate Pro]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/686/wp-affiliate-pro-versus-wp-affiliate-elite/</guid>
		<description><![CDATA[Many agree that blog readers are ad blind and usually focus on the text and ignore most of the sidebar ads. So the best placement for affiliate links are in the text. An easy way to ad links to keywords is to have a software program like WP Affiliate Pro. Which is a plug in [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Many agree that blog readers are ad blind and usually focus on the text and ignore most of the sidebar ads. So the best placement for affiliate links are in the text. An easy way to ad links to keywords is to have a software program like WP Affiliate Pro. Which is a plug in that will create links for keywords. And you can control the settings such as no follow, overriding older links, changing links on the fly etc.</p>
<p align="justify">The first time I purchased WP Affiliate Pro I had trouble getting it to work properly. So I returned it and tried some free plugins that did similar things, such as alinks and wp affiliate. It seemed like free would be a better option but I still wasn&#8217;t satisfied with the results.</p>
<p align="justify">So I decided to try WP Affiliate Pro again but at the same time I heard about WP Affiliate Elite. So I purchased both and tested them on two different blogs that also run on different servers. Here are my results:</p>
<p align="justify">I finally got WP Affiliate Pro to work and it does what it&#8217;s supposed to do. It&#8217;s an easy to install plug in and easy to configure. I think they are the first and original creator of this software. This plugin costs 97$, but sometimes you can find online deals where it sells for less. Another way of getting a discount is to purchase it from your own affiliate link.</p>
<p align="justify">But the one I decided to keep was WP Affiliate Elite. It does the same thing as WP Affiliate Pro but the interface is set up a little better. And you can change the colors of your links without messing with CSS. Where as with WP Affiliate Pro you have to edit a couple of lines of CSS to get the same effect.</p>
<p align="justify">WP Affiliate Elite also cost less at 47$. And they have an affiliate program as well. The one small downside to this software is when you install it you add one file to your plugins folder and one to your root folder. Which is still really simple, but without reading the installation text it&#8217;s a step you could miss.</p>
<p align="justify">Anyway I think WP Affiliate Elite is a plugin worth having, and I&#8217;m keeping my copy. Do you use these plugins or something similar? Also I&#8217;d love to hear any input on hiding affiliate links.</p>
<p align="center"><strong>The Winner!</strong></p>
<p align="center"><a rel="nofollow" href="http://en1963.wpaffelite.hop.clickbank.net" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.itswritenow.com/wp-content/uploads/2008/08/wpaffiliate-elite1.jpg" border="0" alt="WPAffiliate Elite" width="244" height="244" /></a></p>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=686&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/686/wp-affiliate-pro-versus-wp-affiliate-elite/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>How To Upgrade WordPress</title>
		<link>http://www.itswritenow.com/570/how-to-upgrade-wordpress/</link>
		<comments>http://www.itswritenow.com/570/how-to-upgrade-wordpress/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 19:49:43 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/570/how-to-upgrade-wordpress/</guid>
		<description><![CDATA[New blogger&#8217;s usually dread it when new versions of WordPress come out. Because they are not comfortable with the upgrade process and it can be risky. I know nothing strikes fear in the heart of a blogger like making a change and your blog disappearing or becoming unreadable. I don&#8217;t have this issue because I [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">New blogger&#8217;s usually dread it when new versions of WordPress come out. Because they are not comfortable with the upgrade process and it can be risky. I know nothing strikes fear in the heart of a blogger like making a change and your blog disappearing or becoming unreadable. </p>
<p align="justify">I don&#8217;t have this issue because I use <a href="http://www.dreamhost.com/r.cgi?318846 " target="_blank">DreamHost</a> and they have easy one click upgrades. But I know other people have had these issues. I was recently reading Skellie&#8217;s blog, skelliewag and I found this great article <a href="http://www.skelliewag.org/9-things-that-drive-a-blogger-crazy-229.htm" target="_blank">9 Things That Drive a Blogger Crazy.</a> </p>
<p>One of the things she talks about is fear of upgrades; below is a copy of her guide:</p>
<p align="center"><strong>Skellie&#8217;s thirty-second how to upgrade WordPress guide:</strong></p>
<ul>
<li>De-activate your blog&#8217;s plug-ins. </li>
<li>Open the .zip file for the version of WP you want to upgrade to. </li>
<li>Cut the WP-Content folder and wp-config-sample.PHP from the .zip file and Paste them to your Desktop. </li>
<li>Save the .zip file and double-check those files are gone, then upload the .zip to your blog&#8217;s root directory, unzip and overwrite the files on your server with the files from the .zip. </li>
<li>Upload the contents of folders <em>wp-content</em>, <em>plug-ins</em> and <em>themes</em> into the same folders on your server, <strong>but not the folders themselves</strong>. Uploading the folders will overwrite your theme, plug-ins and any customizations you&#8217;ve made </li>
<li>After you&#8217;ve done that, visit this URL immediately and finish the process:<code>        <br /><code>         <br /><a href="http://example.com/wordpress/wp-admin/upgrade.php">http://example.com/wordpress/wp-admin/upgrade.php</a></code></code>&#160;&#160;&#160;&#160; </li>
</ul>
<p align="justify">Skellie is not only a prolific writer but both of her blogs are packed with some great information. If I were giving out homework assignments I would say to spend some time reading Skellies blogs, and taking note of her writing style and how she really goes in depth with each topic. </p>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=570&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/570/how-to-upgrade-wordpress/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How To Upgrade A WordPress Plugin</title>
		<link>http://www.itswritenow.com/396/how-to-upgrade-a-wordpress-plugin/</link>
		<comments>http://www.itswritenow.com/396/how-to-upgrade-a-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 18:35:54 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/396/how-to-upgrade-a-wordpress-plugin/</guid>
		<description><![CDATA[Find the latest version of the Plugin. A good place to look in is the WordPress Plugin Directory. With WordPress 2.3 plugin management notifies you when there is a new plugin and gives the link to download it. Download the plugin someplace on your computer that you can find, such as a plugin folder on [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>
<p align="justify">Find the latest version of the Plugin. A good place to look in is the <a href="http://wordpress.org/extend/plugins/browse/updated/" target="_blank">WordPress Plugin Directory</a>. With WordPress 2.3 plugin management notifies you when there is a new plugin and gives the link to download it.</p>
</li>
<li>
<p align="justify">Download the plugin someplace on your computer that you can find, such as a plugin folder on your desktop.</p>
</li>
<li>
<p align="justify">Make sure you Deactivate the plugin in your WordPress Dashboard, Plugin sub menu.</p>
</li>
<li>
<p align="justify">Then you need to extract the files, or use WinZIP, or your program of choice. I&#8217;m using Windows XP so I just right click and then click on extract all.</p>
</li>
<li>
<p align="justify">Right click and copy the new folder containing your plugin after unzipping.</p>
</li>
<li>
<p align="justify">Using some form of FTP, go to your plugin folder, located within your wp-content folder.</p>
</li>
<li>
<p align="justify">I usually use the built in FTP in XP. Just paste your new folder into the plugin folder, and it will rewrite the older version, no need to delete the old file as long as the folders have their original names.</p>
</li>
<li>
<p align="justify">Activate the plugin in your wordpress dashboard plugin submenu.</p>
</li>
</ol>
<p align="justify">I know this is basic stuff, but the first time I tried to update a plugin I couldn&#8217;t find any directions and had to wing it. I was deleting the old files and then pasting the new file. When all I had to do was paste the new file and it would be overwritten.</p>
<p align="justify">I believe with some FTP programs you will be dragging and dropping instead of cutting and pasting. But the effect will be the same.</p>
<p align="justify">There is now no reason not to have everything up to date. Best of Luck!</p>
<p align="justify">
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=396&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/396/how-to-upgrade-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Embed Video In WordPress</title>
		<link>http://www.itswritenow.com/252/how-to-embed-video-in-wordpress/</link>
		<comments>http://www.itswritenow.com/252/how-to-embed-video-in-wordpress/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 15:28:26 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/252/how-to-embed-video-in-wordpress/</guid>
		<description><![CDATA[It&#8217;s easy to embed video in a WordPress.com blog. But when you switch to your own hosted domain and WordPress.org. Suddenly you get all kinds of problems. First it&#8217;s there, than it disappeared. This is because of the WYSIWYG editor in WordPress. The easiest work around for this problem is to disable the Visual Editor. [...]]]></description>
			<content:encoded><![CDATA[<p><a title="wordpress1.jpg" href="http://www.itswritenow.com/wp-content/uploads/2007/09/wordpress1.jpg"><img style="margin: 0px 5px 0px 0px" alt="wordpress1.jpg" src="http://www.itswritenow.com/wp-content/uploads/2007/09/wordpress1.jpg" align="left" /></a></p>
<p align="justify">It&#8217;s easy to embed video in a WordPress.com blog. But when you switch to your own hosted domain and WordPress.org. Suddenly you get all kinds of problems. First it&#8217;s there, than it disappeared.</p>
<p align="justify">This is because of the WYSIWYG editor in WordPress. The easiest work around for this problem is to disable the Visual Editor. To do this go to Dashboard, Users, Your Profile. Deselect &#8211; Use the Visual Editor When Writing. Then click on update profile.</p>
<p> <embed src="http://www.youtube.com/v/NopuJ_OYjsk" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent"></embed></embed></p>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=252&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/252/how-to-embed-video-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Posts.</title>
		<link>http://www.itswritenow.com/135/automatic-posts/</link>
		<comments>http://www.itswritenow.com/135/automatic-posts/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 08:00:09 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.itswritenow.com/?p=135</guid>
		<description><![CDATA[I knew there was a way for WordPress to automatically post drafts. I didn&#8217;t know how easy it was to do. When you have time and your thoughts are flowing freely. Prepare some drafts in advance. Then enter the time and date, under the Post Time tamp tab. Check the Edit Timestamp tab, and hit [...]]]></description>
			<content:encoded><![CDATA[<p><a title="wordpress1.jpg" href="http://www.itswritenow.com/wp-content/uploads/2007/08/wordpress1.jpg"><img style="margin: 0px 5px 0px 0px" alt="wordpress1.jpg" src="http://www.itswritenow.com/wp-content/uploads/2007/08/wordpress1.thumbnail.jpg" align="left"></a></p>
<p align="justify">I knew there was a way for WordPress to automatically post drafts. I didn&#8217;t know how easy it was to do.</p>
<p align="justify">When you have time and your thoughts are flowing freely. Prepare some drafts in advance.</p>
<p align="justify">Then enter the time and date, under the Post Time tamp tab. Check the Edit Timestamp tab, and hit publish. Your post will appear at the time and date you specify.</p>
<p align="justify">For most of you this is old hat. But for newer people this is important information to have. Talk to you soon.</p>
                                                                                                                                                                                                    copyright    itsWriteNow.com      <div style='clear:both'></div><img src="http://www.itswritenow.com/?ak_action=api_record_view&id=135&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.itswritenow.com/135/automatic-posts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

