To add the new Transporation vertical to Apple News, follow the steps here:
- Go the iCloud admin area here
- Click on Sections
- Add a new Section
- Name is Transportation
- RSS feed is http://www.wired.com/category/transportation/feed
Once the category has been added, on dev, you should be able to hit the following endpoint to see if the category has been added. http://wired.local/wp-json/apple-news/v2/channel/sections
There are currently 7 sections, so there will be eight after the change. Once you see the eighth section, SSH
into stag, and then prod and run the following WP-CLI command.
wp wired update-apple-news-sections
There should be a list output of the sections, including the new Transporation section.