WordPress / wordcamp.org

WordCamps are casual, locally-organized conferences covering everything related to WordPress.
https://wordcamp.org
127 stars 69 forks source link

Feed RSS in events.wordpress.org #1235

Open fcjurado opened 7 months ago

fcjurado commented 7 months ago

Describe the bug

Seems that the RSS feed in the new events.wordpress.org web is broken or missing

To reproduce

Steps to reproduce the behavior:

  1. Go to https://events.wordpress.org/feed/
  2. There are no items in the list

Expected behavior

A list of at least the latest Upcoming events

Screenshots

image

System (please complete the following information):

iandunn commented 7 months ago

Hi 👋🏻 The feed is located at https://events.wordpress.org/feed/?post_type=wporg_events, since the events are in a custom post type1, rather than the post post type.

That's not easily discoverable, though. Maybe we should remove the default feed, and replace it with the events instead? We're not currently publishing any post posts.

Or maybe we should leave the post feed, but add the wporg_events feed to all the pages?


[1] Technically they're stored in the wporg_events database table, but we have them mocked into the wporg_events post type so things like WP_Query work.

fcjurado commented 7 months ago

Good @iandunn! I think It would be enought if the main feed would be replaced, or if the link you posted is displayed or promoted in any link on the events page.