Opened 5 years ago
Closed 5 years ago
#48803 closed defect (bug) (fixed)
Twenty Twenty: Custom post type that doesn't support author, shows author
Reported by: | ianbelanger | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.4.2 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Bundled Theme | Keywords: | has-patch commit fixed-major |
Focuses: | Cc: |
Description
Originally reported on GitHub by @joyously
https://github.com/WordPress/twentytwenty/issues/954
Steps to reproduce
- Create a custom post type and specify that it does not support author (similar to Page).
- Create a new post of that post type.
- View that post on the front end.
- The author is shown under the title, even though the post type does not support author.
Attachments (2)
Change History (9)
#2
@
5 years ago
- Keywords needs-refresh added; needs-testing removed
The patch does fix the issue, however while testing I found that the author bio box also shows on CPT's that don't support authors. I think that we should probably fix this issue as well.
#4
@
5 years ago
- Keywords commit added; needs-testing removed
- Owner set to ianbelanger
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.
@ianbelanger - The patch, https://core.trac.wordpress.org/attachment/ticket/48803/48803.diff, should fix the issue.