Posts Tagged ‘import csv’
A Universal WordPress Import Plugin
When I was building sites with Drupal, this was one module that was available and worked well. I had a site that imported ShareASale datafeeds. I have yet to find a similar plugin in WordPress, not even a pay version.
But I have been playing around lately with the CSV import plugin mentioned in my last post. I had some issues with it working. Not matter what I did, the timestamp would not come out right. All the posts were dated in 1999. Well, I fixed the issue by editing the plugin and ended up looking at the stucture. It is pretty simple. I could modify it to creat pages instead of posts if I wanted to.