Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#4537 closed defect (bug) (fixed)

Categories are gone in RSS and Atom feeds

Reported by: matt's profile matt Owned by: ryan's profile ryan
Milestone: 2.3 Priority: high
Severity: major Version: 2.3
Component: Template Keywords: taxonomy
Focuses: Cc:

Description

Here is a recent entry in my feed:

<item>
	<title>Web Storage Sites</title>
	<link>http://photomatt.net/2007/06/25/web-storage-sites/</link>
		<comments>http://photomatt.net/2007/06/25/web-storage-sites/#comments</comments>
	<pubDate>Mon, 25 Jun 2007 09:33:13 +0000</pubDate>
	<dc:creator>Matt</dc:creator>

	<category><![CDATA[]]></category>

	<guid isPermaLink="false">http://photomatt.net/2007/06/25/web-storage-sites/</guid>
	<description><![CDATA[Web storage sites loom as next big thing says CNET&#8230; in 1999.
]]></description>
	<content:encoded><![CDATA[<p><a href="http://news.com.com/2100-1023-227606.html">Web storage sites loom as next big thing</a> says CNET&#8230; in 1999.</p>
]]></content:encoded>
	<wfw:commentRss>http://photomatt.net/2007/06/25/web-storage-sites/feed/</wfw:commentRss>
</item>

On the regular site there are three tags and a category: http://photomatt.net/2007/06/25/web-storage-sites/

The same thing is happening in the Atom feed:

<category scheme="http://photomatt.net" term="" />

I suspect this is related to a term caching issue.

Change History (5)

#1 @ryan
17 years ago

(In [5754]) s/cat_name/name/ see #4537

#2 @matt
17 years ago

That fixed the categories in RSS, but tags are still missing from both and Atom is still empty.

#3 @ryan
17 years ago

(In [5755]) s/cat_name/name/ see #4537

#4 @ryan
17 years ago

  • Keywords taxonomy added
  • Owner changed from anonymous to ryan

#5 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5979]) Include tags in feeds. fixes #4537

Note: See TracTickets for help on using tickets.