-
Notifications
You must be signed in to change notification settings - Fork 125
New page showing version-specific content #295
Copy link
Copy link
Closed
Labels
Priority - HighHigh priority issue.High priority issue.[Component] Learn ThemeWebsite development issues related to the Learn theme.Website development issues related to the Learn theme.[Type] EnhancementNew feature request for the Learn website.New feature request for the Learn website.
Metadata
Metadata
Assignees
Labels
Priority - HighHigh priority issue.High priority issue.[Component] Learn ThemeWebsite development issues related to the Learn theme.Website development issues related to the Learn theme.[Type] EnhancementNew feature request for the Learn website.New feature request for the Learn website.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
We need a page that can be filtered with the URL to show all content for specific releases. Content must come from (and be grouped by) the major post types:
lesson-plan,course,wporg_workshopandmeeting. The existingwporg_wp_versiontaxonomy can be used for getting the correct posts.I'm thinking the page URL should be something like
learn.wordpress.org/version/5.9where5.9is the taxonomy term used for filtering. If no taxonomy term is specified then it should default to whatever the current version of WordPress is according to the WordPress.org API.In terms of page layout - for courses, workshops, and social learning spaces we can use the same as what we have on the home page of the site already, but we would need a new block to display lesson plans that somewhat matches what we have on the existing lesson plan archive.