You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the things we lose while going HeadLess with WordPress is the RSS feed that is used by some 3rd party sites to get your blogs post to list. And also to pull the content of your site in a newsletter solution like MailChimp and so on.
It would be awesome if the RSS feed also included the feature image.
I found this tutorial to create with Next.js but maybe we can do better, also wonder who to auto rebuild the RSS feed whenever a new blog post is added, like Next.js not seems to have the same hooks as Gatsby.js
One of the things we lose while going HeadLess with WordPress is the RSS feed that is used by some 3rd party sites to get your blogs post to list. And also to pull the content of your site in a newsletter solution like MailChimp and so on.
It would be awesome if the RSS feed also included the feature image.
I found this tutorial to create with Next.js but maybe we can do better, also wonder who to auto rebuild the RSS feed whenever a new blog post is added, like Next.js not seems to have the same hooks as Gatsby.js
Sample code: https://dev.to/kendalmintcode/create-a-next-js-rss-feed-for-your-static-website-210p
The text was updated successfully, but these errors were encountered: