WordPress introduced custom post types allowing creative and technical types to do more then just write pages and posts. Your websites main RSS feed doesn’t include custom post types - but custom posts do have their own unique RSS feeds which you can use.
What’s the RSS feed for custom posts?
The custom post rss feed looks like this
yourwebsite.com/feed/?post_type=yourposttype
So a link to my Presentations would look like this
<a href="https://damien.co/feed/?post_type=portfolio" target="_blank">https://damien.co/feed/?post_type=portfolio</a>
Linkage
Tags:Read more from my blog for an introduction and quick tips on developing in Hugo or UCTD.