Quantcast
Channel: How to get RSS feeds for custom post type in wordpress? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by fabio for How to get RSS feeds for custom post type in wordpress?

You should try to add to your functions.php the following filter:function my_custom_feed($qv) { if (isset($qv['feed'])) $qv['post_type'] = get_query_var('post_type'); return $qv;}add_filter('request',...

View Article



Answer by MÖRK for How to get RSS feeds for custom post type in wordpress?

This article has helped me achieve this on several websites in the past.http://www.wpbeginner.com/wp-tutorials/how-to-make-a-separate-rss-feed-for-each-custom-post-type-in-wordpress/Also it may not...

View Article

Answer by Dushyant Joshi for How to get RSS feeds for custom post type in...

There is a free plug-in for that.https://wordpress.org/plugins/custom-post-type-rss-feed/

View Article

How to get RSS feeds for custom post type in wordpress?

I want separate feed of each custom post type so that I can utilise it in mobile apps. Most of the resources on the web describe the same thing to do as:...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images