Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Gannet on "Multiple custom Rss Feed"

$
0
0

Hi everyone!

I added two custom Rss Feed to a WP site. In wp-content/theme/themename/functions.php I added this lines:

add_filter('init','init_feed_1');
function init_feed_1() {
    add_feed('feed1','feed_1');
}
function feed_1{
...
}
add_filter('init','init_feed_2');
function init_feed_2() {
    add_feed('feed2','feed_2');
}
function feed_2{
...
}

the first feed has no problem while the second one shows me "unknown page" error. Someone can help me?
Thanks in advance.


Viewing all articles
Browse latest Browse all 8245

Trending Articles