I was able to export my custom post type. But how do you import now? I don’t see a button or anything. What’s the purpose of exporting, when you can’t import your posts anywhere?
]]>I have selected a custom post type and in the preview the list looks great, but when I generate the csv file it only downloads 11 of the 644 posts I have. Please advise how to have the file include all info.
Thanks!
]]>If line 52 of the php file is changed to read
$post_statuses = get_post_stati();
Then all stati available that are registered by custome post types can be filtered.
I’m just trying to find out why the .csv file contains just the column titles and not the same content that is displayed in the preview box though.
]]>