Title: STI RSS Feed Reader
Author: SANTECHIDEA
Published: <strong>2026 年 1 月 20 日</strong>
Last modified: 2026 年 5 月 26 日

---

搜索插件

![](https://ps.w.org/sti-rss-feed-reader/assets/banner-772x250.png?rev=3443018)

![](https://ps.w.org/sti-rss-feed-reader/assets/icon-128x128.png?rev=3443018)

# STI RSS Feed Reader

 作者：[SANTECHIDEA](https://profiles.wordpress.org/santechidea/)

[下载](https://downloads.wordpress.org/plugin/sti-rss-feed-reader.1.2.4.zip)

 * [详情](https://cn.wordpress.org/plugins/sti-rss-feed-reader/#description)
 * [评价](https://cn.wordpress.org/plugins/sti-rss-feed-reader/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/sti-rss-feed-reader/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/sti-rss-feed-reader/#developers)

 [支持](https://wordpress.org/support/plugin/sti-rss-feed-reader/)

## 描述

STI RSS Feed Reader is a modern, lightweight plugin that makes it easy to display
RSS feeds beautifully in your WordPress site.
 It includes image fallback support,
flexible layouts (list or grid), an optional “Store as Posts” feature, and automatic
cleanup for stored posts.

**Key Features:**
 * Display RSS feeds in responsive list or grid layout. * Store
feed items as WordPress posts (optional). * Choose custom post status: publish, 
draft, or pending. * Built-in cleanup system to automatically expire old items. *
Fallback image support for feeds without featured images. * Works with multiple 
feed profiles (create and manage different feeds). * Breaking news ticker shortcode
with live admin preview. * No theme lock-in: inherits your theme’s styling.

### Shortcodes

Display a feed profile:
 [stirfr_rss_feed id=”1″]

Breaking news ticker:
 [stirfr_breaking_news]

Site-wide RSS feed button:
 [stirfr_rss_links]

RSS button with custom colors:
 [stirfr_rss_links label=”Subscribe” color=”#fff”
bg=”#e11d48″]

All category feeds as buttons:
 [stirfr_rss_links type=”categories”]

Single category RSS button:
 [stirfr_rss_link category=”your-category-slug”]

Single category with custom colors:
 [stirfr_rss_link category=”tech” color=”#fff”
bg=”#2563eb” label=”Tech Feed”]

### Development Notes

All JavaScript files included in this plugin are human-readable source files.
 No
minified or obfuscated JavaScript is used.

## 屏幕截图

 * [[
 * Pull beautiful, fast, image-rich RSS blocks into your site.
 * [[
 * Example of RSS feed in grid layout with images.
 * [[
 * Example of RSS feed in list layout with images.
 * [[
 * Store items as posts, configure retention and run cleanup.
 * [[
 * Create different feeds for different pages.
 * [[
 * Choose card background, main text color, and Read more link color.

## 安装

 1. Upload the plugin files to `/wp-content/plugins/sti-rss-feed-reader/`, or install
    via the WordPress Plugins screen.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Go to the **STI RSS Feed** menu in your WordPress admin dashboard to configure 
    settings.
 4. Add the shortcode `[stirfr_rss_feed id="X"]` to any page or post (replace `X` with
    the profile ID).

## 常见问题

### Does this plugin create posts automatically?

Only if you enable the “Store as Posts” option in a feed profile. Otherwise, it 
only displays feeds.

### Can I customize the layout?

Yes, you can switch between **List** and **Grid** layouts, and choose the number
of columns.

### How does cleanup work?

Stored posts get an expiration date. You can set how many days they remain before
being automatically trashed or deleted.

### Will it slow down my site?

No, the plugin uses caching and efficient queries. You can also control how often
feeds are fetched.

## 评价

此插件暂无评价。

## 贡献者及开发者

「STI RSS Feed Reader」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「STI RSS Feed Reader」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/sti-rss-feed-reader)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/sti-rss-feed-reader/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/sti-rss-feed-reader/)，或通过[RSS](https://plugins.trac.wordpress.org/log/sti-rss-feed-reader/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/sti-rss-feed-reader/)。

## 更新日志

#### 1.2.4

 * Fixed: Admin menu icon path and duplicate function declarations.
 * Fixed: PHP 7.4 compatibility (replaced `str_contains` with `strpos`).
 * Fixed: Cron job duplication and activation hook placement.
 * Improved: Live ticker preview AJAX handler with nonce verification.
 * Improved: CSS and JS asset versioning with filemtime fallback.

#### 1.2.0

 * New: RSS tab in admin panel — view and copy RSS feed URLs for all categories,
   tags, and site-wide feeds.
 * New: `[stirfr_rss_links]` shortcode — display a site-wide RSS feed button on 
   any page, post, or widget.
 * New: `[stirfr_rss_link]` shortcode — display a single RSS button for a specific
   category or tag.
 * New: Custom color support (`color` and `bg` attributes) for RSS link shortcodes.
 * New: 6 additional “Read More” button styles — Gradient, Pill, Underline, Elevated,
   Glass, and Dark.
 * New: Shortcode support in block-based widgets (Custom HTML block, Shortcode block).
 * Improved: Feed image extraction now checks `content:encoded` and enclosure thumbnails,
   not just description.
 * Improved: Local feed fallback — own-site RSS feeds now query the database directly
   instead of HTTP loopback.
 * Fixed: RSS feed XML corruption caused by plugin HTML being injected into category
   feeds.
 * Fixed: Missing images when fetching feeds from same-site category URLs.
 * Security: Improved escaping and input sanitization across multiple files.

#### 1.1.8

 * New: “Suggest RSS Feed URL” feature to help users discover valid feed links.
 * Improved: Full plugin optimization — cleaner code, better performance, reduced
   DB queries.
 * Improved: Consolidated asset enqueuing and cleanup helpers.
 * Improved: Activation/deactivation hooks centralized in main plugin file.
 * Fixed: Minor bug fixes and stability improvements.

#### 1.1.7

 * New: Breaking News Ticker tab in admin panel.
 * New: Customizable ticker with multiple sources (profile, custom URL, stored posts).
 * Improved: Refactored feed rendering for better performance.
 * Fixed: Feed positioning issues across header, footer, and content areas.
 * Security: Added nonce verification for admin preview requests.

#### 1.1.6

 * Improved feed structure and positioning.

#### 1.1.5

 * New: Category-based Feed Visibility.
 * New: Automatic Feed Positioning with multiple placement options.
 * New: “Show on Pages” toggle.
 * Improved: Admin UI layout and responsiveness.

#### 1.1.4

 * Improved: Read More control layout and live preview.
 * New: Default Fallback Image Support.
 * Improved: Cleaner markup and styling.

#### 1.1.3

 * Security hardening and sanitization improvements.
 * Removed frontend branding, replaced with source attribution.

#### 1.1.2

 * Security hardening and sanitization improvements.

#### 1.1.0

 * Initial public release.
 * Added List and Grid layouts.
 * Added “Store as Posts” feature with cleanup system.
 * Added fallback image support.

## 额外信息

 *  版本 **1.2.4**
 *  最后更新：**24 小时前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 5.9 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/sti-rss-feed-reader/)
 * 标签
 * [feed](https://cn.wordpress.org/plugins/tags/feed/)[import](https://cn.wordpress.org/plugins/tags/import/)
   [posts](https://cn.wordpress.org/plugins/tags/posts/)[reader](https://cn.wordpress.org/plugins/tags/reader/)
   [rss](https://cn.wordpress.org/plugins/tags/rss/)
 *  [高级视图](https://cn.wordpress.org/plugins/sti-rss-feed-reader/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/sti-rss-feed-reader/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/sti-rss-feed-reader/)