Quantcast
Channel: Wordpress RSS feed template with custom wp_query - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Rokas for Wordpress RSS feed template with custom wp_query

Ok, so I figured out that you cannot use custom loops in rss template, you need to filter feed in pre_get_posts.You can pass any parameter to $query object, for example:feed_filter($query){ if(...

View Article



Wordpress RSS feed template with custom wp_query

I have written my own rss template with WP_Query, but it doesn't work as intended. Here is the code:<?phpheader('Content-Type: ' . feed_content_type('rss-http') . '; charset=' ....

View Article
Browsing all 2 articles
Browse latest View live




Latest Images