Changing RSS feed URL structure
After some thought – this can be achieved with some creative abuse of existing feeds: easy part – redirect category feeds to page comment feeds hard part – make page comment feeds think they are category feeds Something like this: Category_Feed_At_Page::on_load(); /** * Repurpose page feeds for category of same name feeds. */ class Category_Feed_At_Page … Read more