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

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Selected Tags RSS

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

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

 * [Dettagli](https://it.wordpress.org/plugins/selected-tags-rss/#description)
 * [Recensioni](https://it.wordpress.org/plugins/selected-tags-rss/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/selected-tags-rss/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/selected-tags-rss/#developers)

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

## Descrizione

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.

## Installazione

#### 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 {}
>     ```
> 

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Selected Tags RSS” è un software open source. Le persone che hanno contribuito 
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Selected Tags RSS” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/selected-tags-rss)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/selected-tags-rss/)
segui il [repository SVN](https://plugins.svn.wordpress.org/selected-tags-rss/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/selected-tags-rss/)
tramite [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

 *  Versione **1.3**
 *  Ultimo aggiornamento **14 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.0 o superiore **
 *  Testato fino alla versione **3.4.2**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/selected-tags-rss/)
 * Tag
 * [rss](https://it.wordpress.org/plugins/tags/rss/)[tags](https://it.wordpress.org/plugins/tags/tags/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/selected-tags-rss/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/selected-tags-rss/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/selected-tags-rss/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](http://mtr-design.com/)