on file “import_posts.php” add after
$post['post_title'] = trim($items["mytitle"]);
add:
$post['post_type'] = 'yourCustomPostTypeName';
Thread Starter
sem101
(@sem101)
Cool, thanks will give it a try.
Hi Sem
Do you tried it….Iam not getting it done…can you please help
Hey Nicolas…..if it works like you said…its great….iam looking for help urgent
yep! it works..
file -> import_posts.php
search -> $post['post_title'] = trim($items["mytitle"]);
and add after -> $post['post_type'] = 'yourCustomPostTypeName';
check the forum.. I saw it from another question.. the author of plugin replied the same question..