RSS Feed w/ Multiple Categories per Post
-
Is it possible to create pipes that update the categories of existing posts which have been added via another pipe? I see pipes can override the category of an existing post, but I want to keep the current category and add additional categories to the post.
Alternatively, is it possible to create a pipe that dynamically assigns multiple categories to a single post based on the RSS feed? This would be the optimal solution as I wouldn’t then need multiple feeds.
Basically, I’m trying to setup a workflow where my users can enter new posts on a main site and tag them according to the categories they fall under (News-A, News-B). I then want to consume RSS feeds with URLs like “/category/news-a/feed/” and “/category/news-b/feed/” to populate the news posts on other topic-specific affiliated sites the users set up.
I can’t seem to find a way to consume both feeds and obtain the desired output where posts contain all the proper categories assigned to that post on the main site.
I would expect if the main site has a post named “Post 1” which is marked as both News-A and News-B, that if the post showed up in the feeds for both categories, once consumed the resulting post on the affiliated site would be tagged with both categories automatically.
- The topic ‘RSS Feed w/ Multiple Categories per Post’ is closed to new replies.