Title: Custom Post Types?
Last modified: August 21, 2016

---

# Custom Post Types?

 *  [sem101](https://wordpress.org/support/users/sem101/)
 * (@sem101)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-post-types-132/)
 * Hi, is there away to import feeds and assign a Custom Post Type?
 * Thanks
 * [https://wordpress.org/plugins/wp-rss-multi-importer/](https://wordpress.org/plugins/wp-rss-multi-importer/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Nicolás Silva](https://wordpress.org/support/users/dontpanic8/)
 * (@dontpanic8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-post-types-132/#post-4752252)
 * on file “import_posts.php” add after
    `$post['post_title'] = trim($items["mytitle"]);`
 * add:
 * `$post['post_type'] = 'yourCustomPostTypeName';`
 *  Thread Starter [sem101](https://wordpress.org/support/users/sem101/)
 * (@sem101)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-post-types-132/#post-4752256)
 * Cool, thanks will give it a try.
 *  [jobfire007](https://wordpress.org/support/users/jobfire007/)
 * (@jobfire007)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-post-types-132/#post-4752443)
 * 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
 *  [Nicolás Silva](https://wordpress.org/support/users/dontpanic8/)
 * (@dontpanic8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-post-types-132/#post-4752444)
 * 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..

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Custom Post Types?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-rss-multi-importer_a9b8a0.svg)
 * [WP RSS Multi Importer](https://wordpress.org/plugins/wp-rss-multi-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-multi-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-multi-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-multi-importer/reviews/)

## Tags

 * [cpt](https://wordpress.org/support/topic-tag/cpt/)
 * [custom post type](https://wordpress.org/support/topic-tag/custom-post-type/)

 * 4 replies
 * 3 participants
 * Last reply from: [Nicolás Silva](https://wordpress.org/support/users/dontpanic8/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/custom-post-types-132/#post-4752444)
 * Status: not resolved