Title: add_feed not working
Last modified: August 19, 2016

---

# add_feed not working

 *  Resolved [ericr23](https://wordpress.org/support/users/ericr23/)
 * (@ericr23)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/add_feed-not-working/)
 * I hope to add a ‘select’ feed, but the following plugin code does not add it.…/
   feed/select/ is not found. If I use add_feed(‘rss’,’feed_select’), the …/feed/
   rss/ returns the normal rss feed.
 *     ```
       function feed_select() {
       	echo('test successful');
       }
       function add_select() {
       	add_feed('select','feed_select');
       }
       add_action('init','add_select');
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [ericr23](https://wordpress.org/support/users/ericr23/)
 * (@ericr23)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/add_feed-not-working/#post-784437)
 * It is the same in WordPress 2.3.3.
 *  Thread Starter [ericr23](https://wordpress.org/support/users/ericr23/)
 * (@ericr23)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/add_feed-not-working/#post-784574)
 * Works in 2.6.
 *  [tkm](https://wordpress.org/support/users/tkm/)
 * (@tkm)
 * [17 years ago](https://wordpress.org/support/topic/add_feed-not-working/#post-784649)
 * Hi ericr23,
 * I am also trying to create a custom feed. Where do you place the code within 
   wordpress?
 * Any help would be appreciated 🙂
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘add_feed not working’ is closed to new replies.

## Tags

 * [rss feed plugin](https://wordpress.org/support/topic-tag/rss-feed-plugin/)

 * 3 replies
 * 2 participants
 * Last reply from: [tkm](https://wordpress.org/support/users/tkm/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/add_feed-not-working/#post-784649)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
