Title: Articles missing from RSS Feed Import
Last modified: August 21, 2016

---

# Articles missing from RSS Feed Import

 *  [thearniec](https://wordpress.org/support/users/thearniec/)
 * (@thearniec)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/)
 * I have successfully implemented WP RSS Multi Importer today. Mostly
 * I am pulling content from 4 RSS feeds
 * [http://nowplayingpodcast.com/NPP.xml](http://nowplayingpodcast.com/NPP.xml)
   
   [http://swactionnews.com/Star-Wars-Action-News.xml](http://swactionnews.com/Star-Wars-Action-News.xml)
   [http://www.marvelicioustoys.com/MarveliciousToysFeed.php](http://www.marvelicioustoys.com/MarveliciousToysFeed.php)
   [http://booksandnachos.com/BN.xml](http://booksandnachos.com/BN.xml)
 * (these are all feeds from sites I own being aggregated)
 * In my Feed To Post Settings I tell the plug-in to pull 50 Entries per feed, and
   300 Total Post Entries
 * Yet my results are peculiar. I get the latest articles fine from the Star-Wars-
   Action-News.xml and the MarveliciousToysFeed.php files.
 * From NPP.xml I get some articles, but I cannot figure out why. For example, the
   article “Psycho IV: The Beginning” from 10-18 but not “Carrie (2013) from 10-
   21. Nor Carrie (2002) from 10-15. But I DO get Carrie (1976) from 10-1 and Psycho
   III from 10-4. I can find no rhyme or reason why some posts are arriving and 
   others are not.
 * Finally I get no entries whatsoever from [http://booksandnachos.com/BN.xml](http://booksandnachos.com/BN.xml)
 * This is all at the live site at [http://venganzamedia.com/Gazette](http://venganzamedia.com/Gazette)
 * Has anyone encountered this? Is the problem with one of my feeds, or something
   with WP RSS Multi Importer? I’ve looked through the FAQ for an hour or so to 
   no avail.
 * Thank you in advance, I love this app so far but wanted to figure out this one
   bug.
 * [http://wordpress.org/plugins/wp-rss-multi-importer/](http://wordpress.org/plugins/wp-rss-multi-importer/)

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

 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249584)
 * there one reason why any item won’t come in…. the title of the item is already
   in the database and the permalink for the item is already in the database.
 * One thing to first do is make sure you have your trash emptied since when items
   are in the trash, wordpress keeps them in the database.
 * Second, if you have access to the database, confirm that the items are not there.
 * Finally, look at the feed items and confirm that all have unique titles and unique
   permalinks.
 * Only have this sort of investigation is it possible there is a bug, but I haven’t
   found one example yet from users where the above didn’t reveal a problem with
   either the feed, etc.
 * Let me know what you find.
 *  Thread Starter [thearniec](https://wordpress.org/support/users/thearniec/)
 * (@thearniec)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249627)
 * Allen,
 * Thank you so much for the reply.
 * I checked the trash and it wasn’t empty but none of these articles were there.
   I emptied the other articles (all handwritten) from the trash.
 * I went into the database and queried all posts where post_title LIKE “%Carrie%”
   as I should have 4 articles with Carrie in the title, Carrie (1976), The Rage:
   Carrie 2, Carrie (2002) and Carrie (2013) (all defined in the RSS). Only Carrie(
   1976) appeared in the database.
 * Finally, all the titles are unique (though some only differ by parenthetical 
   notation like Carrie(2002) and Carrie (2013) but it’s odd that The Rage: Carrie
   2 is also missing…they all have a common word but no common title, and several
   with the word “Psycho” come in just fine).
 * For Permalinks, the RSS feed does not have Permalink defined (none of the RSS
   feeds do), they have GUID and Enclosure links. This is working for all the other
   posts however, just not for some in NPP.xml and none in BN.xml
 * I went ahead and deleted all posts made by the plug-in and then changed my settings
   to 20 posts per feed, 300 post entries per fetch, and had an identical import.
   No Carries other than 1976, nothing from BN.xml.
 * Thanks for any other advice you can offer, it’s really appreciated.
 *  Thread Starter [thearniec](https://wordpress.org/support/users/thearniec/)
 * (@thearniec)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249628)
 * Oh, you mentioned Permalinks… the XML files, none of them, have PermaLink fields.
   We have GUID and Enclosure, the Enclosure is the URL and your plug-in is successfully
   integrating it in the post as a hyperlink, exactly as I’d like.
 * But if you mean Permalink in the XML, none of them have it. If you mean Permalink
   in WOrdpress, I did not see where I could query that in the database.
 *  Thread Starter [thearniec](https://wordpress.org/support/users/thearniec/)
 * (@thearniec)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249723)
 * Allen, I thought I’d post again…still having the issue with the BN.xml not being
   seen at all. I had hoped that with the initial import complete maybe it would
   start picking it up as I only post at most twice per day to these RSS feeds and
   have the plugin set to bring up to 300 records, but while the other 3 feeds are(
   mostly) working (still not sure why some of the NPP.xml shows didn’t appear) 
   BN.xml isn’t working at all.
 * Thanks for any help or advice you can give,
 *  Thread Starter [thearniec](https://wordpress.org/support/users/thearniec/)
 * (@thearniec)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249724)
 * One last interesting bit of information. I just did the Export RSS in the plug-
   in, and the shows from BN.xml are there.
 * [http://www.venganzamedia.com/Gazette/?feed=PodcastFeed](http://www.venganzamedia.com/Gazette/?feed=PodcastFeed)
 * But it’s not showing up as an article in WordPress.
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249728)
 * then i can only assume you don’t have the feed to post admin set up correctly…
   post a screen shot of that page here.
 *  Thread Starter [thearniec](https://wordpress.org/support/users/thearniec/)
 * (@thearniec)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249731)
 * Thank you again for the reply!
 * I have taken screenshots of the Feed to Post Admin as well as Categories, since
   I have those implemented.
 * [http://reviewgames.com/FeedToPost1.JPG](http://reviewgames.com/FeedToPost1.JPG)
   
   [http://reviewgames.com/FeedToPost2.JPG](http://reviewgames.com/FeedToPost2.JPG)
   [http://reviewgames.com/FeedToPost3.JPG](http://reviewgames.com/FeedToPost3.JPG)
   [http://reviewgames.com/categories.JPG](http://reviewgames.com/categories.JPG)
 * Please let me know if you see anything I have set up wrong; as all 4 feeds seem
   identical to me I can’t imagine what would be preventing some posts.
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249732)
 * hmm..nothing seems amiss here…..are you sure the cron scheduler is working?

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

The topic ‘Articles missing from RSS Feed Import’ 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

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 8 replies
 * 2 participants
 * Last reply from: [Allen](https://wordpress.org/support/users/amweiss98/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/articles-missing-from-rss-feed-import/#post-4249732)
 * Status: not resolved