[WordPress] 外掛分享: Postqueue Feeds

首頁外掛目錄 › Postqueue Feeds
全新外掛
安裝啟用
尚無評分
41 天前
最後更新
問題解決
WordPress 6.6+ PHP 7.4+ v2.0.0 上架:2017-11-21

內容簡介

Postqueue Feeds 是一個為 Postqueue 擴展的外掛,能夠為每個佇列自動生成 RSS Feed,並按照佇列中的順序發布文章,方便用戶訂閱和獲取最新內容。

【主要功能】
• 自動生成 RSS Feed
• 支援多個佇列地址
• 可自訂模板顯示方式

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Postqueue Feeds」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

An extension for Postqueue. For every postqueue it publishes an RSS feed containing that queue’s posts, in exactly the order the queue puts them in.
Two addresses lead to a queue’s feed, both using the queue’s slug:

https://example.com/feed/my-queue/
https://example.com/?feed=my-queue

Nothing has to be set up. Every postqueue gets its feed the moment it exists – including queues added later.
Under Tools › Postqueues, where Postqueue lists the queues, this plugin adds a Feed column showing each queue’s address – so it can be read off and copied where the queue is managed.
Templates
The feed is rendered from template/postqueue-feed-rss2.php, a copy of the RSS2 template WordPress ships. A theme can replace it by putting a file of the same name in a plugin-parts folder, or in any sub folder of one:

your-theme/plugin-parts/postqueue-feed-rss2.php
your-theme/plugin-parts/anything/postqueue-feed-rss2.php

Child themes take precedence over parent themes.

文章
Filter
Mastodon