[wp-trac] [WordPress Trac] #30086: Wordpress creates erroneous, non-ambiguous guid in RSS feeds

WordPress Trac noreply at wordpress.org
Sun Oct 26 22:34:37 UTC 2014


#30086: Wordpress creates erroneous, non-ambiguous guid in RSS feeds
-------------------------------+------------------------------
 Reporter:  CRCulver           |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Feeds              |     Version:  4.0
 Severity:  major              |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------
Changes (by stevenkword):

 * keywords:   => reporter-feedback


Comment:

 After digging in a little deeper, I'm having trouble reproducing the
 issue.  Looking at the template code that is responsible for generating
 the feed, we find a method, `the_guid`, that is used to emit this value.
 The method takes the value from the `guid` column in the `wp_posts` table,
 applies filters hooked on `get_the_guid`, and then returns the value.  I
 have not been able to find any core functionality hooked to this filter
 which could indicate a potential problem in a plugin or theme.

 1.) What plugins do you have installed?
 2.) Have you tried disabling all plugins, using a default theme, and
 refreshing the permalinks?
 3.) What sort of values are you seeing in the `guid` column of the
 `wp_posts` table?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30086#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list