Skip to content

Unique id for feed items to avoid unread on permalink change #67

@zachleat

Description

@zachleat

If you change a post’s permalink (output URL), it will cause the feed item to be unread in feed readers:

Lives:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions