✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WP RSS Aggregator

SleekView reads the wprss_feed and wprss_feed_item CPTs WP RSS Aggregator writes on every fetch and renders the import queue as a sortable, filterable table with source feed, item date, and permalink as real columns instead of postmeta hidden in the item editor.

♾️ Lifetime License available

SleekView table view for WP RSS Aggregator

WP RSS Aggregator stores two CPTs. The triage view deserves both.

WP RSS Aggregator models its pipeline as two custom post types. Feed sources live in wprss_feed with the source URL, polling interval, and last-fetched timestamp in postmeta. Imported articles land in wprss_feed_item with wprss_item_date, wprss_feed_id, and wprss_item_permalink on each row.

The default admin lists feed sources on one screen and imported items on another, which is fine for navigation but turns triage into tab switching. SleekView reads both CPTs and joins them on feed ID so the imported items table carries source feed names, polling interval, and item date next to the standard post columns. Filter to items from a single feed, sort by item date, or pull every article that landed in the last twenty-four hours without flipping between screens.

Inline edits go through the standard WordPress CRUD layer, so post-save hooks still fire and any add-on listening for item changes (Categories, Keyword Filtering, Full Text RSS) keeps working as expected.

Workflow

How SleekView reads WP RSS Aggregator data

1

Pick the post type

Choose wprss_feed_item for imported articles or wprss_feed for feed sources. SleekView lists every column plus the wprss postmeta keys it finds.
2

Compose the column set

Add title, status, and date alongside wprss_item_date, wprss_feed_id (resolved to feed title), and wprss_item_permalink. Hide what you do not need so the table fits a real curation workflow.
3

Save and scope the view

Name it ("Items this week", "Stale feeds audit") and gate it by WordPress capability so editorial, ops, and stakeholders each see their own slice.
4

Edit inline or export

Bulk-trash spammy items, retag categories, or export the filtered set to CSV. Edits run through CRUD so any add-on hooks still fire.

Sample columns

A typical WP RSS Aggregator items table

SleekView joins wprss_feed_item with wprss_feed so source feed names sit as a real column alongside item date and permalink.
Source: wp_319_posts + wp_319_postmeta (wprss_feed, wprss_feed_item, wprss_item_date, wprss_feed_id, wprss_item_permalink)
Item title Source feed Status Item date Permalink Imported
EU passes new AI act amendments TechCrunch Published May 14 techcrunch.com/2026/05/14 May 14
Postgres 17 release candidate notes Hacker News Published May 14 news.ycombinator.com/r/421 May 14
Sponsored: best VPN deals 2026 Affiliate Wire Pending May 13 May 13
Apple silicon roadmap leak 9to5Mac Published May 13 9to5mac.com/leak-m5 May 13
Duplicate: 9to5Mac roadmap MacRumors Trash May 13 macrumors.com/dup May 13

Comparison

Default WP RSS Aggregator admin vs SleekView

Default WP RSS Aggregator admin

  • Feed sources and imported items live on two separate admin screens
  • Item date and feed ID are not surfaced as filterable columns
  • No way to spot stale feeds without scrolling the feed sources list
  • Bulk actions are limited to standard WordPress operations
  • No saved per-role view for editorial, ops, or stakeholders

SleekView

  • Read wprss_feed_item joined with wprss_feed for source names
  • Surface item date, feed ID, and permalink as real columns
  • Inline-trash spam items or retag categories in one pass
  • Save filtered views per role ("Items this week", "Stale feeds")
  • Switch between table and kanban views of the same items

Features

What SleekView gives you for WP RSS Aggregator

Feed meta as real columns

Surface wprss_item_date, wprss_feed_id (resolved to source title), and wprss_item_permalink alongside title and status. Curation moves from postmeta digs to a sortable column set.

Inline edits through CRUD

Bulk-trash spam, retag categories, or change status in the row. Edits go through standard WordPress hooks so any add-on listening on save still fires.

Compose precise filters

Combine source feed, item date range, and keyword filter status into a saved filter. A daily editorial review becomes a single named view instead of a rebuild.

Audience

Who uses SleekView for WP RSS Aggregator

Content curators

Filter to today's imports across all feeds and bulk-trash the duplicates. Source feed sits in the row so curation runs without opening each item.

Ops and integrators

Filter the feed sources table to entries with stale last-fetched timestamps to catch source URLs that have moved or rate-limited the polling.

Aggregation site owners

Group items by feed in the table to confirm the source mix matches editorial intent and that no single feed is dominating the queue.

The bigger picture

Why WP RSS Aggregator output needs a real audit table

WP RSS Aggregator imports articles fast enough that volume grows before any reporting is in place. The default admin splits feed sources and imported items across two screens with no way to filter items by source feed inside the items list, so triage means flipping between tabs or scrolling. SleekView reads the same wprss_feed and wprss_feed_item posts and joins them on feed ID, then turns the result into one sortable table.

Editorial sees a clean list of today's imports with source feed names attached. Ops sees a feed sources table with last-fetched timestamps as a column so stale feeds surface immediately. Aggregation site owners group by source to confirm the mix matches intent.

Same CPTs, same plugin, very different curation posture.

Questions

Common questions about SleekView for WP RSS Aggregator

Any meta key WP RSS Aggregator actually writes to wp_postmeta. Common ones are wprss_item_date, wprss_feed_id, and wprss_item_permalink on items, plus the source URL, polling interval, and last-fetched keys on feed sources. SleekView scans the installation and lists the meta keys present so you pick from a real list.

 

Yes. Categories, Keyword Filtering, and Full Text RSS each write extra postmeta that SleekView surfaces as additional columns and filters when those add-ons are active. The core table works on the free plugin because the base CPTs are present from the start.

 

Yes. Select rows, pick trash from the bulk action menu, and SleekView writes through wp_update_post so any add-on or hook listening for status changes runs normally.

 

Yes. The wprss_feed_id column is filterable and sortable. Pick a feed to see only its items, or combine with a date filter to audit a single source across a window.

 

Yes. Each saved view captures column set, filters, and sort order. Gate it by WordPress capability so editorial sees today's items, ops sees stale feeds, and stakeholders see a read-only feed mix view.

 

Yes. Any filtered set exports as CSV with the same columns the view shows. Useful for briefing an external editor or for archiving a snapshot before a cleanup sprint.

 

Yes. Categories assigned via the Categories add-on are taxonomies on wprss_feed_item, and SleekView surfaces them as filterable columns alongside the postmeta keys.

 

No. WP RSS Aggregator continues to poll feeds, dedupe items, and own the import pipeline. SleekView is an additional admin surface that reads the CPTs the plugin already writes and lays them out as a real triage table.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView