Make WordPress Core

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: mriyazuddin1's profile mriyazuddin1 Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

Steps:

  1. Activate Twenty Twenty theme.
  2. Create a post, add excerpt.
  3. 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)

Screen Shot 2020-04-08 at 19.23.39.png (286.6 KB) - added by mriyazuddin1 5 years ago.
Screenshot of a test post with both excerpt and content appearing

Download all attachments as: .zip

Change History (3)

@mriyazuddin1
5 years ago

Screenshot of a test post with both excerpt and content appearing

#1 @SergeyBiryukov
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 @poena
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.