Title: Help with RSS feed
Last modified: August 20, 2016

---

# Help with RSS feed

 *  Resolved [MDeschenes](https://wordpress.org/support/users/mdeschenes/)
 * (@mdeschenes)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-rss-feed/)
 * Hi,
    I’ve setup a site to display handmade jewelry and now, I’m trying to make
   RSS feed working, but I get an error 404 when I try to subscribe to it. If i 
   try to access directly the link [http://www.creationseclectik.com/feed/](http://www.creationseclectik.com/feed/),
   in Firefox 5 and IE8, I get Internal server error 500. Can someone help me with
   that? What could be wrong with my code? Thanks in advance!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-rss-feed/#post-2151070)
 * 1. Try [http://www.creationseclectik.com/?feed=rss2](http://www.creationseclectik.com/?feed=rss2)
 * 2. By default, only Posts are published in the RSS feed and you haven’t published
   any. Perhaps you need to look for a Page RSS plugin?
 *  Thread Starter [MDeschenes](https://wordpress.org/support/users/mdeschenes/)
 * (@mdeschenes)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-rss-feed/#post-2151108)
 * Thanks for your answer. I’m using the TheCartPress plugin, which uses custom 
   post types. I will look for a way to feed those posts.
 *  Thread Starter [MDeschenes](https://wordpress.org/support/users/mdeschenes/)
 * (@mdeschenes)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-rss-feed/#post-2151130)
 * I was able to solve the problem with this code snippet I added to the function.
   php of my theme, the array part solves the issue I had with custom post types:
 *     ```
       function myfeed_request($qv) {
       	    if (isset($qv['feed']) && !isset($qv['post_type']))
       	        $qv['post_type'] = array('post', 'tcp_product', 'tcp_template' );
       	    return $qv;
       	}
       add_filter('request', 'myfeed_request');
       ```
   
 * Thanks!

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

The topic ‘Help with RSS feed’ is closed to new replies.

## Tags

 * [error 404](https://wordpress.org/support/topic-tag/error-404/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [MDeschenes](https://wordpress.org/support/users/mdeschenes/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/help-with-rss-feed/#post-2151130)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
