If you change a post’s permalink (output URL), it will cause the feed item to be unread in feed readers:
Lives:
|
<guid>{{ absolutePostUrl }}</guid> |
|
<id>{{ absolutePostUrl }}</id> |
|
"id": "{{ absolutePostUrl }}", |
WordPress stores a guid for each post set to the original short url at time of publication (eg example.org?p=123), which RSS use as unique ID. This means even if you change the title/url of the post, or move WP to a different directory, or even if you move domains and export/import, this won't change and won't be seen as new posts.
However I have yet to see a static site generators that doesn't cause this problem on a regular basis, even more so when people switch between SSGs.
via https://fosstodon.org/@krinkle/114396465811825616
If you change a post’s permalink (output URL), it will cause the feed item to be unread in feed readers:
Lives:
eleventy-plugin-rss/src/virtualTemplate.js
Line 29 in a639e44
eleventy-plugin-rss/src/virtualTemplate.js
Line 58 in a639e44
eleventy-plugin-rss/src/virtualTemplate.js
Line 84 in a639e44
via https://fosstodon.org/@krinkle/114396465811825616