Selected Tags RSS free WordPress plugin
Description
Selected Tags RSS free WordPress plugin
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.