Title: Selected Tags RSS
Author: mtrdesign
Published: <strong>November 14, 2012</strong>
Last modified: November 15, 2012

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Selected Tags RSS

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

[Download](https://downloads.wordpress.org/plugin/selected-tags-rss.1.3.zip)

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

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

## Description

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](http://mtr-design.com/)

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

 1. 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

 1. Click on the “Selected Tags RSS” link in the WordPress administration menu to access
    the plugin settings.
 2. 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.
 3. 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

 1. 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
 2. 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"]`
 3. Yet another option is to edit your Posts template and call the function _get\_selected\
    _tags\_RSS()_, as in: `<?php echo get_selected_tags_RSS() ?>`.
 4. The automatically generated RSS Link text can be edited vie the plugin settings.

## Installation

#### Automatic

 1. Automatic Plugin Installation
 2. Go to Plugins > Add New > Upload.
 3. Click on the Browse button and select the .zip archive from your local computer.
 4. Click Install Now to install the WordPress Plugin.
 5. If this is the first time you’ve installed a WordPress Plugin, you may need to 
    enter the FTP login credential information. If you’ve installed a Plugin before,
    it will still have the login information. This information is available through
    your web server host.
 6. Click Proceed to continue with the installation. The resulting installation screen
    will list the installation as successful or note any problems during the install.
 7. If successful, click Activate Plugin to activate it, or Return to Plugin Installer
    for further actions.

#### Manual

 1. Download your WordPress Plugin to your desktop.
 2. If downloaded as a .zip archive, extract the Plugin folder to your desktop.
 3. With your FTP program, upload the Plugin folder to the wp-content/plugins folder
    of your WordPress installation.
 4. Go to Plugins screen and find the newly uploaded Plugin in the list.
 5. Click Activate Plugin to activate it.

## FAQ

  How to style plugin?

 * You can style the plugin markup by adding the following styles to your css theme
   file:

> Markup of RSS Selector:
>     ```
>     .mtr_rss_tag_search {}
>     .mtr_rss_tag_search h3.title {}
>     .mtr_rss_tag_search input.search {}
>     .mtr_rss_tag_search div.tag_cloud {}
>     .mtr_rss_tag_search div.tag_cloud a.select_all_tags {}
>     .mtr_rss_tag_search div.tag_cloud span a {}
>     .mtr_rss_tag_search div.selected_tags {}
>     .mtr_rss_tag_search div.selected_tags a.remove_all_tags {}
>     .mtr_rss_tag_search div.selected_tags span a {}
>     .mtr_rss_tag_search div.rss {}
>     .mtr_rss_tag_search div.rss a {}
>     ```
> 
> Markup of RSS Link:
>     ```
>     .mtr_rss_tag_search {}
>     .mtr_rss_tag_search div.rss {}
>     .mtr_rss_tag_search div.rss a {}
>     ```
> 
> Markup of RSS sidebar widget:
>     ```
>     .widget_mtr_selected_tags_rss_search {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search input.search {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.tag_cloud {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.tag_cloud a.select_all_tags {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.tag_cloud span a {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.selected_tags {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.selected_tags a.remove_all_tags {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.selected_tags span a {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.rss {}
>     .widget_mtr_selected_tags_rss_search .mtr_rss_tag_search div.rss a {}
>     ```
> 

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

[Translate “Selected Tags RSS” into your language.](https://translate.wordpress.org/projects/wp-plugins/selected-tags-rss)

### Interested in development?

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

## Changelog

v.1.2: Fixed URL handling
 v.1.3: Fixed ordering

## Meta

 *  Version **1.3**
 *  Last updated **14 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.4.2**
 * Tags
 * [rss](https://wordpress.org/plugins/tags/rss/)[tags](https://wordpress.org/plugins/tags/tags/)
 *  [Advanced View](https://wordpress.org/plugins/selected-tags-rss/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://mtr-design.com/)