-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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.
Krinkle and EllyLoel
Metadata
Metadata
Assignees
Labels
No labels