<?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/"
	>

<channel>
	<title>Import CSV</title>
	<atom:link href="http://www.importcsv.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.importcsv.com</link>
	<description>Import Affiliate Datafeeds and Custom CSV Files</description>
	<pubDate>Thu, 12 Mar 2009 23:13:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding a custom field to your Wordpress Theme</title>
		<link>http://www.importcsv.com/articles/adding-a-custom-field-to-your-wordpress-theme/</link>
		<comments>http://www.importcsv.com/articles/adding-a-custom-field-to-your-wordpress-theme/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 23:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[custom fields]]></category>

		<category><![CDATA[import csv]]></category>

		<guid isPermaLink="false">http://www.importcsv.com/?p=84</guid>
		<description><![CDATA[Once you have mastered using the basic functions within the IMPORTCSV plugin, you can really take the plugin and your wordpress site to the next level by using your own custom fields.
Now you can read all about using custom fields here at the Wordpress Codex:
http://codex.wordpress.org/Using_Custom_Fields
It took me a while to get the format right but [...]<p>Post from: <a href="http://www.importcsv.com">Import CSV</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Once you have mastered using the basic functions within the IMPORTCSV plugin, you can really take the plugin and your wordpress site to the next level by using your own custom fields.</p>
<p>Now you can read all about using custom fields here at the Wordpress Codex:</p>
<p><a href="http://codex.wordpress.org/Using_Custom_Fields" onclick="javascript:pageTracker._trackPageview('/outbound/article/codex.wordpress.org');">http://codex.wordpress.org/Using_Custom_Fields</a></p>
<p>It took me a while to get the format right but ended up with the code below.  Now this means if I add the custom field to the post section it will get published on the website wherever I decide to put this code.</p>
<p>Here is the code that we use to call the custom field and display it on your theme.</p>
<p>&lt;?php echo get_post_meta($post-&gt;ID,&#8217;[CUSTOM FIELD NAME]&#8216;,true);?&gt;</p>
<p>[CUSTOM FIELD NAME] is replaced with your custom field name! Remove the Square brackets too.  So as an example, if I had a custom field called &#8220;Trevor&#8221;, the code would be:</p>
<p>&lt;?php echo get_post_meta($post-&gt;ID,&#8217;trevor&#8217;,true);?&gt;</p>
<p>Try the code out on a few posts first, and then once you are happy, add the field data to your CSV file.</p>
<p>Remember throughout that Wordpress is case sensitive so make sure the case is correct on the code above, in your admin panel, and in the header row of the CSV file.</p>
<p>Post from: <a href="http://www.importcsv.com" >Import CSV</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.importcsv.com/articles/adding-a-custom-field-to-your-wordpress-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CONCATENATE Function Video in Excel</title>
		<link>http://www.importcsv.com/articles/concatenate-function-video-in-excel/</link>
		<comments>http://www.importcsv.com/articles/concatenate-function-video-in-excel/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:07:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[concatenate video]]></category>

		<category><![CDATA[import csv]]></category>

		<guid isPermaLink="false">http://www.importcsv.com/?p=82</guid>
		<description><![CDATA[I have had lots of enquiries and comments asking for help with using the CONCATENATE function in Excel to build the post field in the CSV File. Here is my first ever Camtasia video so hopefully it is okay.

I am working on some other videos to so watch this space.
Post from: Import CSV
<p>Post from: <a href="http://www.importcsv.com">Import CSV</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I have had lots of enquiries and comments asking for help with using the CONCATENATE function in Excel to build the post field in the CSV File. Here is my first ever Camtasia video so hopefully it is okay.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ake6kc2UmUk&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/ake6kc2UmUk&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>I am working on some other videos to so watch this space.</p>
<p>Post from: <a href="http://www.importcsv.com" >Import CSV</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.importcsv.com/articles/concatenate-function-video-in-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 things a blogger can do with a CSV file</title>
		<link>http://www.importcsv.com/articles/10-things-a-blogger-can-do-with-a-csv-file/</link>
		<comments>http://www.importcsv.com/articles/10-things-a-blogger-can-do-with-a-csv-file/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[csv files]]></category>

		<category><![CDATA[datafeeds]]></category>

		<category><![CDATA[import csv]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.importcsv.com/?p=80</guid>
		<description><![CDATA[With the launch of my ImportCSV pro file, I found lots of interest from people but some people just don’t get it or what they can use it for.  So I had a bit of think while on the train yesterday seeing a client, and came up with 10 things a blogger could use [...]<p>Post from: <a href="http://www.importcsv.com">Import CSV</a></p>
]]></description>
			<content:encoded><![CDATA[<p>With the launch of my ImportCSV pro file, I found lots of interest from people but some people just don’t get it or what they can use it for.  So I had a bit of think while on the train yesterday seeing a client, and came up with 10 things a blogger could use a CSV file for.</p>
<p>Now admittedly, if you use Wordpress to run a static site you could still use this to add some real quality usable content on a drip feed basis.  I have borrowed from other blogs but you get the idea for some of these and you could turn them into something original for your blog.</p>
<p><strong>1. Affiliate Feed</strong><br />
This is one of biggies behind the script for lots of people as you can add a great deal of content quickly.  Remember though you need to make the post itself unique in some way to differentiate it with all the other methods of using the merchant data feeds.</p>
<p><strong>2. Directory</strong><br />
You could build a useful directory relevant to your blog.  This could be websites, merchant, services or product related.  Run a dog blog, why not build a CSV file with local vets or maybe even a dog breed directory.</p>
<p><strong>3. Events Calendar</strong><br />
Why not create a CSV file with lots of different event relevant to your niche and maybe publish them as post two weeks before the event to give people time to check it out. If you are running that dog site, you could build a CSV file of dog shows - Build it with dates and have it time stamped to go two weeks before the event.</p>
<p><strong>4. Useful Resources</strong><br />
Want to share other resources with your readers, why not make a post feature out of it.  This could include affiliate products too that don’t come as part of a feed.</p>
<p><strong>5. Site of the Day / Week / Month</strong><br />
Maybe you want to highlight some of your reader’s sites as a way of getting some community love! Get them to submit their sites using a form with some useful data and take a screen shot.  Hey presto 52 posts! </p>
<p><strong>6. Tip of the Day / Week / Month</strong><br />
Following on from the above, if you are blogging about something where you have lots of tips to share, why not break it all down into single posts.  There are lots of 101 tips for this that and the other.  Have a look at some of those and put your own spin on it. There&#8217;s a 100 posts!</p>
<p><strong>7. Quote of the Week</strong><br />
Again, you see a theme here. Why not have inspiring quotes relevant to your website or even use quotes from news sources. There are lots of quotation databases online.</p>
<p><strong>8. Uploading Keyword Article Content</strong><br />
You could use a article content spinner to create lots of relevant keyword content (BE CAREFUL) remember the old saying, crap in crap out!</p>
<p><strong>9. Web Resources</strong><br />
Slightly different to number 2, you could build a category on web resources and use screenshots, text and links to build a useful section.  Again if you like you could add this as a feature of the week and publish it on the same day each week.</p>
<p><strong>10. Web Reviews</strong><br />
If you run a popular blog you may get lots of &#8220;ReviewMe&#8221; type requests or you could run an Amazon book review feature.  Sit down write all the reviews for a few months and use the CSV file to import them all to your Wordpress site.</p>
<p>As you can see there are lots of ways to use CSV files to import lots of good quality content to your blog to make it a very rich resource for your readership.  Spending a bit of time upfront as it were will allow you to concentrate on writing good quality posts and spend the time marketing your blog all the while your blog itself will grow automatically every day.</p>
<p>You can be as creative as you want with CSV Files, just have a think about the different methods above and change them to suit your blog and readership.</p>
<p>If you like the idea of using a CSV file but need an importer, you not check out my Pro version of ImportCSV</p>
<p>Post from: <a href="http://www.importcsv.com" >Import CSV</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.importcsv.com/articles/10-things-a-blogger-can-do-with-a-csv-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Import CSV has a new home!</title>
		<link>http://www.importcsv.com/news/import-csv-has-a-new-home/</link>
		<comments>http://www.importcsv.com/news/import-csv-has-a-new-home/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 09:54:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[datafeeds]]></category>

		<category><![CDATA[import csv]]></category>

		<guid isPermaLink="false">http://www.importcsv.com/?p=76</guid>
		<description><![CDATA[I have finally got around to moving the ImportCSV plugin onto it&#8217;s own website.  This will hopefully stop the confusion about where different bits were.  Currently, the free plugin is on Jayblogger and the paid for on Speedie Consulting.  Don&#8217;t ask it was a long story.
Now the whole thing is here.  I have updated the [...]<p>Post from: <a href="http://www.importcsv.com">Import CSV</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I have finally got around to moving the ImportCSV plugin onto it&#8217;s own website.  This will hopefully stop the confusion about where different bits were.  Currently, the free plugin is on Jayblogger and the paid for on Speedie Consulting.  Don&#8217;t ask it was a long story.</p>
<p>Now the whole thing is here.  I have updated the user manuals to include a bit more of a troubleshooting guide based on what users have experienced over the last few months of usage.</p>
<p>Have a look around, and if you are a new visitor why not download the free version and have a play around with it.</p>
<p>Post from: <a href="http://www.importcsv.com" >Import CSV</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.importcsv.com/news/import-csv-has-a-new-home/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
