-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Gutenberg removes Twenty Fourteen's "featured" tag from posts #8544
Description
When used with the Twenty Fourteen theme, Gutenberg removes the featured tag that makes posts show up in the home page's Featured Content section. Attempts to re-add the featured tag result in new tags called featured, but with slugs such as featured-2 and featured-3, so that the posts still do not appear in Featured Content.
A workaround would appear to be to change the featured content tag name (in Customizer/Featured Content/Tag Name) to anything else and then to change it back to featured.
To Reproduce
Steps to reproduce the behavior:
- Install WordPress 4.9.8 on development server.
- Install and activate Twenty Fourteen theme (v2.2).
- Create three posts, each with several tags, among which is
featured. - The posts will now be visible in Featured Content on the Home Page.
- Install the Gutenberg plugin.
- In the Gutenberg editor, the
featuredtag will now be invisible. If each post is saved, it will lose itsfeaturedtag and status, disappearing from Featured Content. - If one attempts to re-add the
featuredtag inside the Gutenberg editor, a new tag namedfeaturedwill be created with the slugfeatured-2, so that the post will not appear in Featured Content. Further attempts will result infeatured-3,featured-4, etc.
Expected behavior
From the point of view of the Gutenberg editor, featured should just be a tag like any other. As far as I know, it's Twenty Fourteen that treats it as being special, and even that can be adjusted.
Additional context
Gutenberg v3.4.0