內容簡介
此外掛提供 RSS 訂閱分隔器,讓讀者建立只含有特定標籤文章的 RSS 訂閱。
例如,訪客 A 可以建立並訂閱一個包含烹飪、食譜和美妙生活標籤的 RSS 訂閱。而訪客 B 則可能更喜歡閱讀與雞尾酒、葡萄酒和夜生活有關的文章。每個人都會有自己的 RSS Feed URL,而這些訂閱中只有包含預先選定標籤文章的內容。
如果您的部落格內容繁忙且文章眾多,您應該考慮安裝「Selected Tags RSS」插件,讓讀者可以訂閱他們感興趣的主題。
您可以從插件設置中配置 RSS 選擇器的位置。如果您的佈景主題支援小工具,您可以在「外觀」>「小工具」>「Selected Tags RSS」中添加和配置小工具。
此外掛支援短代码。使用 [selected-tags-rss-post title="***"] 短代码可以在文章中顯示 RSS 連結,而 [selected-tags-rss-search title="***"] 可以顯示 RSS 選擇器。標題參數是選擇性的連結名稱。
外掛主頁
功能:
每個標籤組合都有不同的 Feed URL
簡單易用的管理介面
請花些時間閱讀使用者指南。
使用
在 WordPress 側邊欄中添加 RSS 選擇器
此外掛提供「Selected Tags RSS」小工具。您可以透過「外觀」>「小工具」,將此小工具添加到側邊欄或其他小工具區域。
在 WordPress 頁面中添加 RSS 選擇器
點擊 WordPress 管理選單中的「Selected Tags RSS」鏈接,以存取插件設置。
使用「已選頁面」小工具,將頁面從左邊的列表移動到右邊的列表,以啟用所需頁面的 RSS 選擇器。
另一個選擇是編輯該頁面,使用以下短代码(標題為選擇性):[selected-tags-rss-search title="Generate RSS feed with these tags"]
在 WordPress 文章中添加 RSS 連結
此外掛提供名為「顯示文章中的 RSS 連結」的全域設置,該設置位於 WordPress 管理菜單中的「Selected Tags RSS」設置頁面中。啟用此設置將導致特殊連結添加到所有文章中。
另一個選擇是在文章中使用以下短代码(標題為選擇性):[selected-tags-rss-post title="Generate RSS feed with these tags"]
您也可以編輯文章模板並調用 get_selected_tags_RSS() 函數,如:<?php echo get_selected_tags_RSS() ?>
自動生成的 RSS 連結文本可以透過插件設置進行編輯。
外掛標籤
開發者團隊
原文外掛簡介
This plugin represents a RSS feed separator, which enables your readers to create RSS subscriptions that only contain posts with specific tags.
For example, visitor A could create and subscribe to an RSS feed including the tags cooking, recipes, and fine living. Visitor B, could
instead prefer to read posts related to the tags cocktails, wine, and night life. Each person will have it’s own RSS Feed URL, and each of
those feeds will only include posts that have one or more of the preselected tags.
If you have a busy blog with lots of entries in it, you should definitely consider installing Selected Tags RSS, in order to enable your visitors
to subscribe just to the topics they are interested in.
You can configure the location where the the RSS selector would be showing from the plugin settings. If your theme supports widgets you can add and configure a widget from Appearance > Widgets > Selected Tags RSS.
The plugin supports shortcodes. Use [selected-tags-rss-post title="***"] shortcode to show RSS link in posts and [selected-tags-rss-search title="***"] to show the RSS Selector. Title parameter is the optional name of link.
Plugin homepage
Features:
A different Feed URL for each combination of tags
Simple administration interface
Take the time to read the user guide.
Usage
Adding the RSS Selector to the WordPress Sidebar
The plugin provides a widget called “Selected Tags RSS”. You can add this widget to your sidebar or other widget zone via Appearance > Widgets.
Adding the RSS Selector to a WordPress Page
Click on the “Selected Tags RSS” link in the WordPress administration menu to access the plugin settings.
Use the “Selected Pages” widget to Activate the RSS Selector for the desired pages by moving them from the left list to the right one.
Another option is to edit the page and use the shortcode following shortcode (title is optional): [selected-tags-rss-search title="Generate RSS feed with these tags"]
Adding the RSS Link to WordPress Posts
The plugin provides a global setting called “Show RSS Link in Posts”, which is found at the “Selected Tags RSS” settings page in the WordPress administration menu. Enabling this setting will result in a special link being added to all Posts
Another option is to use the following shortcode in your Post (title is optional): [selected-tags-rss-post title="Generate RSS feed with these tags"]
Yet another option is to edit your Posts template and call the function get_selected_tags_RSS(), as in: .
The automatically generated RSS Link text can be edited vie the plugin settings.
