Plugin Author
BF
(@braydonf)
1. There isn’t a user interface to delete sources from the list currently, since this would mean also deleting a lot of posts. To which there should be an intermediate step, so that deleting could be undone if it was a mistake, and then possible to delete permanently, similar to the behavior elsewhere in WordPress.
2. The feed currently has a hardcoded number set at 20, and I’ll have this change to the number of posts per page that is set in WordPress Reading settings.
Plugin Author
BF
(@braydonf)
Okay, just added a new commit in version 0.4.4 that the user option for posts in the rss feed changes the /update/ number of posts also!
Plugin Author
BF
(@braydonf)
Hi Teresa_Lo,
After version 0.5.0 the database that stored the posts has been updated from being stored in the wp_posts table [1] with a post_type=”update” into a new table wp_reader_posts [2] created by this plugin.
So there is a foreign key relationship between a source and all the posts of that source to delete and/or trash articles. The current way to do this is manually in SQL…..
[1] http://codex.ww.wp.xz.cn/Database_Description
[2] http://aweplanet.com/braydon/2013/04/tuning-the-awe-feed-reader-and-publisher-for-speed/
-Braydon