#1089 closed defect (bug) (fixed)
Feeds do not have immutable GUID
Reported by: | skippy | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 1.6 |
Component: | Administration | Keywords: | |
Focuses: | 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 (7)
#3
@
20 years ago
- fixed_in_version set to 1.5
- Resolution changed from 10 to 70
- Status changed from assigned to closed
#5
@
19 years ago
- Milestone set to 2.0
- Version changed from 1.5 to 1.6
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(); ?>
Note: See
TracTickets for help on using
tickets.
This was fixed in 1.5