I am trying to pull an RSS feed into a newsletter using a custom post type and taxonomy. I’ve tried the following URL but it doesn’t seem to work.
custom post type = news
taxonomy = newsletter
the selected taxonomy = featured
https://www.theave.biz/news/newsletter/featured/feed
I also tried: https://www.theave.biz/news/category/featured/feed which I don’t think is correct.
When I use https://www.theave.biz/news/feed it works but it pulls all the posts in.
Any help would be greatly appreciated.
The correct link would be
"{$domain}/{$taxonomy_slug}/{$term_slug}/feed/"
There is not URL for categories of a specific post type
But you might be able to use
/feed/?post_type=news&category_name=featured