Ticket #1089 (closed defect (bug): fixed)
Feeds do not have immutable GUID
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Every time someone upgrades to WordPress 1.5, their feeds shoot into my aggregator even though I read (most) of them from before the upgrade.
Phil Ringnalda points out that this is because WordPress is using the post permalink as the unique identifier for the feeds: http://www.sacarny.com/blog/2005/03/11/apologies/#comment-6994 http://philringnalda.com/blog/2005/03/003320.php
Change History
- Owner changed from anonymous to matt
- Status changed from new to assigned
- Status changed from assigned to closed
- fixed_in_version set to 1.5
- Resolution changed from 10 to 70
This was fixed in 1.5
comment:4
ringmaster — 6 years ago
- Status changed from closed to reopened
- Resolution invalid deleted
comment:5
ringmaster — 6 years ago
- Version changed from 1.5 to 1.6
- Milestone set to 2.0
RSS2 feed still uses permalink for GUID.
The GUID is saved by 1.5 (that is the fix mentioned above), but was never used by the RSS2 feed (verify this at http://trac.wordpress.org/file/branches/1.5/wp-rss2.php).
The correct code is currently (1.5 & 2.0) used in the Atom feed:
<?php the_guid(); ?>
