I am importing a lot of recipes to a recipe site I am making. I have used some code i found from this post http://wordpress.org/support/topic/146915?replies=7 to import all the recipes. It works great. I have a couple problems though
I would like the posts to be automatically made as DRAFTS, so I review them and then publish them every couple of days.
I can't find what I would insert into the RSS to mark it as a draft. I tried <wp-status>Draft, which I found on these boards, but it didnt work.
Anyways the blog is empty, so if there was a way to turn ALL posts into drafts, that would work too.
This is the format of every post:
<item>
<title>CNN</title>
<description>
The last global channel. http://www.cnn.com
</description>
<category>TV</category>
</item>
Is there anything I could insert into that to mark the post as a draft?
Thanks for the help!
Hanexs