RSS feeds for pages with hyphens/dashes in their name are broken
snippid
started a topic
over 1 year ago
Given a page with a name like "foo-bar", the public.atom and public.json feeds only display a single post.
Inspecting it reveals an "id" of "foo-post" instead of the expected "foo-bar/post/1234567-post". It is likely that not having a unique id is what is causing only one post to display in the feed.
snippid
Given a page with a name like "foo-bar", the public.atom and public.json feeds only display a single post.
Inspecting it reveals an "id" of "foo-post" instead of the expected "foo-bar/post/1234567-post". It is likely that not having a unique id is what is causing only one post to display in the feed.
2 people have this problem