Opened 5 years ago
Closed 2 years ago
#49849 closed defect (bug) (wontfix)
Twenty Twenty: Posts display both the excerpt as well as full content
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Steps:
- Activate Twenty Twenty theme.
- Create a post, add excerpt.
- Publish or preview the post and you'll see the post excerpt below title followed by post meta and content.
What was expected?
Post should display either the excerpt or the content but not both.
What happened?
Post displayed both the excerpt as well as full content.
Screenshot: https://d.pr/i/5m0B8Q
Attachments (1)
Change History (3)
#1
@
5 years ago
- Component changed from General to Bundled Theme
- Summary changed from Twenty Twenty theme - Posts display both the excerpt as well as full content to Twenty Twenty: Posts display both the excerpt as well as full content
#2
@
2 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Hi @mriyazuddin1!
I apologize for the incredibly late reply.
Displaying the excerpt this way is intended, as part of the design for this theme. There are no plans to remove this feature from the theme.
If you want to hide it you can add CSS to the Additional CSS field in the Customizer. For example:
.intro-text {display:none;}
Note: See
TracTickets for help on using
tickets.
Screenshot of a test post with both excerpt and content appearing