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..
on file “import_posts.php” add after
$post['post_title'] = trim($items["mytitle"]);
add:
$post['post_type'] = 'yourCustomPostTypeName';
nope … but the error is produced for another plugin .. (Fuzzy Queries SEO) in one line appears $wp->parse_request(); (if i comment works fine) who does this?
thanks!