<link rel="stylesheet" type="text/css" href="http://zackpreble.com/wp-content/plugins/wp-secure-by-sitesecuritymonitorcom/css/hiddenloginerror.css" />			<script type="text/javascript">
			document.getElementById('wp-version-message').innerHTML = '';
			</script>
<?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>Zack Preble &#187; wordpress</title>
	<atom:link href="http://www.zackpreble.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zackpreble.com</link>
	<description>The Blog with SIX loyal readers!</description>
	<lastBuildDate>Tue, 27 Apr 2010 18:26:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=328</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>csv 2 post updates</title>
		<link>http://www.zackpreble.com/2008/04/12/csv-2-post-updates/</link>
		<comments>http://www.zackpreble.com/2008/04/12/csv-2-post-updates/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 12:31:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.zackpreble.com/?p=118</guid>
		<description><![CDATA[I&#8217;ve improved (I hope) the csv to post import plugin to support multiple categories and excerpts.  csv Basically the header row should/may look like this:
wp_title&#124;wp_post_date&#124;wp_category&#124;wp_category&#124;wp_excerpt&#124;wp_content&#124;field1&#124;field2
See my original post on the csv to post importer plugin to make sense of this. Please give me your feedback if you have tested it. Thanks!
Special note on importing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve improved (I hope) the csv to post import plugin to support multiple categories and excerpts.  <a href="http://www.zackpreble.com/wp-content/uploads/2008/04/csv.zip">csv</a> Basically the header row should/may look like this:</p>
<p><small>wp_title|wp_post_date|wp_category|wp_category|wp_excerpt|wp_content|field1|field2</small></p>
<p>See my <a href="http://www.zackpreble.com/2008/03/28/importing-posts-from-csv-file-into-wordpress/">original post on the csv to post importer plugi</a>n to make sense of this. Please give me your feedback if you have tested it. Thanks!</p>
<p><strong>Special note on importing categories and subcategories</strong></p>
<p>Ok guys, here&#8217; s the problem. One post might fall under several categories. The importer now lets you import a post under several categories. I&#8217;ve tested it and works good for me. The issue is that you might want one category to be a subcategory of another. Rather than create some funky syntax for the csv, like<br />
<small></p>
<pre>wp_title | wp_post_date        | wp_category | wp_content      | cylinders | etc..
Mustang  | 2007-12-31 23:59:59 | ford &gt; cars | &lt;p&gt;nice car&lt;/p&gt; | v8        |</pre>
<p></small><br />
which could get REALLY messy  if you had a lot of subcategories, I decided to make a <a title="category importer" href="http://www.zackpreble.com/wp-content/uploads/2008/04/csv-categories.zip">Category Importer</a><br />
This works the same way as the post importer.</p>
<ol>
<li>Download <a title="category importer" href="http://www.zackpreble.com/wp-content/uploads/2008/04/csv-categories.zip">Category Importer</a><a title="csv2 post" href="http://www.zackpreble.com/wp-content/uploads/2008/03/csv2post.zip"></a>.</li>
<li>Unzip and up load the file called csv.php to /wp-admin/import/</li>
<li>Prepare your csv file, here is a <a href="http://www.zackpreble.com/wp-content/uploads/2008/04/sample_category_file.txt">sample_category_file</a>. It’s really a pipe delimited file. It MUST follow this format or it will not work. This is an example of what it should look like:<a href="http://www.zackpreble.com/wp-content/uploads/2008/04/categories.jpg"><img class="alignnone size-full wp-image-122" title="categories" src="http://www.zackpreble.com/wp-content/uploads/2008/04/categories.jpg" alt="" width="397" height="327" /></a></li>
</ol>
<p>Yes this requires more work, you need to prepare a category file making sure you list the parent categories before the subcategories. After you do this, you can use the regular csv to post plugin listing all the categories you want the post to be listed under.</p>
<p>If you found this plugin useful, help pay for my kids college fund:</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_donations" />
<input name="business" type="hidden" value="zaca1000@hotmail.com" />
<input name="item_name" type="hidden" value="Example Donation" />
<input name="item_number" type="hidden" value="2006" />
<input name="amount" type="hidden" />
<input name="no_shipping" type="hidden" value="2" />
<input name="no_note" type="hidden" value="1" />
<input name="currency_code" type="hidden" value="USD" />
<input name="tax" type="hidden" value="0" />
<input name="bn" type="hidden" value="IC_Sample" />
<input alt="Make payments with PayPal -   it's fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif width=" border="0" alt="" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.zackpreble.com/2008/04/12/csv-2-post-updates/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Importing Posts from CSV file into Wordpress</title>
		<link>http://www.zackpreble.com/2008/03/28/importing-posts-from-csv-file-into-wordpress/</link>
		<comments>http://www.zackpreble.com/2008/03/28/importing-posts-from-csv-file-into-wordpress/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 19:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.zackpreble.com/2008/03/28/importing-posts-from-csv-file-into-wordpress/</guid>
		<description><![CDATA[Problem: I have a big excel spreadsheet with posts and extra fields and I want to import it into Wordpress.
I haven&#8217;t found a plugin to do this so I decided to make my own. It&#8217;s not complete, and it&#8217;s not quite a &#8216;plugin&#8217; but it works.  Here&#8217;s how to do it:

Download  CSV_Import class [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong>: I have a big excel spreadsheet with posts and extra fields and I want to import it into Wordpress.</p>
<p>I haven&#8217;t found a plugin to do this so I decided to make my own. It&#8217;s not complete, and it&#8217;s not quite a &#8216;plugin&#8217; but it works.  Here&#8217;s how to do it:</p>
<ol>
<li>Download  CSV_Import class from me. <a title="csv2 post" href="http://www.zackpreble.com/wp-content/uploads/2008/03/csv2post.zip">csv2 post</a>.</li>
<li>Unzip and up load the file called csv.php to /wp-admin/import/</li>
<li>Prepare your csv file, here is a <a title="sample file" href="http://www.zackpreble.com/wp-content/uploads/2008/03/sample_csv_post.txt">sample file</a>. It&#8217;s really a pipe delimited file. It MUST follow this format or it will not work. Make sure you include the header row.<br />
<img src="http://www.zackpreble.com/wp-content/uploads/2008/03/csv2post.jpg" alt="CSV to post" width="475" height="151" /></li>
<li>In admin panel , go to Manage, Import, choose CSV</li>
<li>The rest is pretty self explanitory, upload file, pick a user, and voilá</li>
</ol>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_donations" />
<input name="business" type="hidden" value="zaca1000@hotmail.com" />
<input name="item_name" type="hidden" value="Example Donation" />
<input name="item_number" type="hidden" value="2006" />
<input name="amount" type="hidden" />
<input name="no_shipping" type="hidden" value="2" />
<input name="no_note" type="hidden" value="1" />
<input name="currency_code" type="hidden" value="USD" />
<input name="tax" type="hidden" value="0" />
<input name="bn" type="hidden" value="IC_Sample" />
<input alt="Make payments with PayPal -   it's fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif width=" border="0" alt="" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.zackpreble.com/2008/03/28/importing-posts-from-csv-file-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
		</item>
	</channel>
</rss>
