Title: Nicolás Silva's Replies | WordPress.org

---

# Nicolás Silva

  [  ](https://wordpress.org/support/users/dontpanic8/)

 *   [Profile](https://wordpress.org/support/users/dontpanic8/)
 *   [Topics Started](https://wordpress.org/support/users/dontpanic8/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dontpanic8/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dontpanic8/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dontpanic8/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dontpanic8/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dontpanic8/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Custom Post Types?](https://wordpress.org/support/topic/custom-post-types-132/)
 *  [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..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Custom Post Types?](https://wordpress.org/support/topic/custom-post-types-132/)
 *  [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';`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] [Plugin: Theme My Login] Fatal error: Call to a member function add() on a non-object](https://wordpress.org/support/topic/plugin-theme-my-login-fatal-error-call-to-a-member-function-add-on-a-non-object/)
 *  Thread Starter [Nicolás Silva](https://wordpress.org/support/users/dontpanic8/)
 * (@dontpanic8)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-fatal-error-call-to-a-member-function-add-on-a-non-object/#post-3035196)
 * 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!

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