Title: Newsknit RSS
Author: cspluginsuk
Published: <strong>ജൂലൈ 19, 2026</strong>
Last modified: ജൂലൈ 19, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/newsknit-rss.svg)

# Newsknit RSS

 By [cspluginsuk](https://profiles.wordpress.org/cspluginsuk/)

[Download](https://downloads.wordpress.org/plugin/newsknit-rss.1.0.zip)

 * [Details](https://ml.wordpress.org/plugins/newsknit-rss/#description)
 * [Reviews](https://ml.wordpress.org/plugins/newsknit-rss/#reviews)
 *  [Installation](https://ml.wordpress.org/plugins/newsknit-rss/#installation)
 * [Development](https://ml.wordpress.org/plugins/newsknit-rss/#developers)

 [Support](https://wordpress.org/support/plugin/newsknit-rss/)

## Description

Newsknit RSS pulls articles from any number of RSS/Atom feeds, groups them into 
named collections (“feed groups”), and displays each group as a filtered, paginated
news feed anywhere on your site. Each group has its own list of source feeds, its
own keyword filtering rules, its own layout, and its own cache schedule — so you
can run, for example, a “Tech” group and a “Sports” group side by side with completely
different sources and rules.

Feeds are fetched server-side, cached, scored against your keyword rules, deduplicated,
and rendered as a list or grid of article cards with thumbnails and excerpts. Output
is available via shortcode, Gutenberg block, classic widget, Elementor widget, WPBakery
element, or as the plugin’s own curated RSS output.

#### Features

 * **Organize feeds into groups** — group your RSS sources by topic and give each
   group its own settings.
 * **Filter out what you don’t want** — comma-separated keyword lists to boost relevant
   stories and filter out clickbait or off-topic content.
 * **List or grid layout** — display as a list or card-style grid, sorted by newest
   first or by relevancy score.
 * **Load more without reloading the page** — numbered pagination or a “Load More”
   button on desktop; automatic infinite scroll on mobile.
 * **Filter by source** — quick buttons to show articles from just one source at
   a time.
 * **Your own RSS feed** — every group can be shared as its own clean RSS link at`/
   csrkk-feed/{group-slug}/`.
 * **Fast loading, always up to date** — articles are fetched and cached ahead of
   time on a schedule, so pages load quickly.
 * **See which feeds are working** — an at-a-glance health status for every source
   feed in a group.
 * **Refresh with one click** — purge a single group’s cache or all caches from 
   settings or the admin toolbar.
 * **Automatic thumbnails** — pulled in from each feed, with a fallback image and
   optional local thumbnail caching.
 * **Only show recent articles** — set a cutoff date, or default to a rolling 28-
   day window.
 * **Article previews** — optional excerpts with a configurable length.
 * **No duplicate stories** — automatic deduplication across a group’s feeds.
 * **Add it anywhere** — shortcode, Gutenberg block, classic widget, Elementor widget,
   or WPBakery element.
 * **Back up or move your feeds** — JSON export/import of your full configuration,
   plus OPML import/export.

## ബ്ലോക്കുകൾ

ഈ പ്ലഗിൻ 1 ബ്ലോക്ക് നൽകുന്നു.

 *   RSS News Feed

## Installation

 1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install it
    directly through **Plugins  Add New  Upload Plugin** in wp-admin.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. On activation, the plugin automatically registers its rewrite rule (for the `/csrkk-
    feed/{slug}/` curated feeds) and schedules its hourly cache-warming cron job — 
    no manual setup is required.
 4. Go to the new **Newsknit RSS** menu item in the admin sidebar and create your first
    feed group: give it a label/slug, paste in one or more RSS/Atom feed URLs (one 
    per line), and save.
 5. Display the group anywhere using the shortcode, block, widget, or page-builder 
    element, referencing the group’s slug.

Elementor and WPBakery integrations only appear if those page builders are already
installed and active — neither is required to use the plugin.

## FAQ

### Do I need Elementor or WPBakery to use this plugin?

No. The shortcode, Gutenberg block, and classic widget all work standalone. The 
Elementor widget and WPBakery element are optional integrations that only register
themselves if those builders are active.

### How often do feeds refresh?

Each group has its own cache duration (in hours, default 3). An hourly background
cron job checks every group and re-fetches any whose cache has expired, so visitors
always see a pre-warmed cache rather than waiting on a live fetch.

### Can I show more than one group on the same page?

Yes — add multiple shortcode/block/widget instances, each pointing at a different
group slug.

### How does the anti-clickbait filter work?

It’s a list of negative keywords per group. Any match subtracts from an article’s
score; combined with your minimum score threshold, this excludes articles that trip
your negative terms. A lower threshold lets more articles through, a higher one 
shows fewer. The filter can be switched off per group without deleting the saved
keyword list.

### What’s the difference between “score” and “newest first” sorting?

“Newest first” sorts strictly by publish date. “Relevancy score” sorts by the keyword
score computed from your group’s positive/negative terms (falling back to date as
a tiebreaker).

### Can I get a group as a plain RSS feed?

Yes — every group is available at `/csrkk-feed/{group-slug}/`, a standard RSS 2.0
feed containing the group’s curated (filtered, deduplicated) articles.

### What happens if one of my source feeds goes down?

That feed is skipped for that fetch cycle and marked with an error status (visible
in the group’s feed health list in wp-admin); the rest of the group’s feeds are 
unaffected.

### Does this work well on mobile?

Yes — regardless of a group’s desktop pagination setting (numbered pages or a manual“
Load More” button), mobile visitors always get automatic infinite scroll.

### Can I migrate my feed groups to another site?

Yes, two ways: use the plugin’s own JSON export/import (full settings, replaces 
existing groups on import) or OPML export/import (works with any RSS reader, and
import adds groups rather than replacing).

### Is the thumbnail caching feature safe to enable?

Yes — downloaded thumbnails are validated as real image data, capped in file size,
and fetched with protection against requests to internal/private network addresses.

### Where do I purge a stuck or stale cache?

From the Newsknit RSS settings screen (per group or all groups), or via the “Purge
All Caches” link under the Newsknit RSS menu in the wp-admin toolbar.

## Reviews

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

## Contributors & Developers

“Newsknit RSS” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ cspluginsuk ](https://profiles.wordpress.org/cspluginsuk/)

[Translate “Newsknit RSS” into your language.](https://translate.wordpress.org/projects/wp-plugins/newsknit-rss)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/newsknit-rss/), check
out the [SVN repository](https://plugins.svn.wordpress.org/newsknit-rss/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/newsknit-rss/) by
[RSS](https://plugins.trac.wordpress.org/log/newsknit-rss/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial release.

## Meta

 *  Version **1.0**
 *  Last updated **2 ദിവസങ്ങൾ ago**
 *  Active installations **Fewer than 10**
 *  Tested up to **7.0.2**
 *  PHP പതിപ്പ് ** 7.4 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Language
 * [English (US)](https://wordpress.org/plugins/newsknit-rss/)
 * Tags
 * [aggregator](https://ml.wordpress.org/plugins/tags/aggregator/)[feed](https://ml.wordpress.org/plugins/tags/feed/)
   [news](https://ml.wordpress.org/plugins/tags/news/)[rss](https://ml.wordpress.org/plugins/tags/rss/)
   [widget](https://ml.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://ml.wordpress.org/plugins/newsknit-rss/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/newsknit-rss/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/newsknit-rss/reviews/)

## Contributors

 *   [ cspluginsuk ](https://profiles.wordpress.org/cspluginsuk/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/newsknit-rss/)