Opened 7 years ago
Closed 4 years ago
#41733 closed defect (bug) (wontfix)
manual Post excerpt being ignored
Reported by: | maltonge | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8.1 |
Component: | Themes | Keywords: | close |
Focuses: | template | Cc: |
Description
wordpress 4.8.1 fresh install.
no plugins activated, using 2017 theme although excerpt does not show even when the theme is changed.
created 1 post with a manual excerpt and also edited the default Hello World post and added a manual excerpt. Excerpts do not show on the home page, instead, the full post is shown.
I've been on this for days, I thought it was an issue with the theme then the plugins however even with a fresh WP install I can now confirm it is an issue with WP.
Server Software.
Nginx
PHP 7.1 fpm
maria db InnoDB
Change History (2)
#1
in reply to:
↑ description
@
7 years ago
- Component changed from General to Themes
- Focuses template added
- Keywords close added
#2
@
4 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Hello @maltonge,
As Sergey notes, it is designed this way. But you can customize it by creating a child theme, copy the index.php
, and then replacing the line he notes above.
I'll close this ticket due to its age and that it was a design decision. Cheers :)
Hi @maltonge, welcome to WordPress Trac! Thanks for the report.
Twenty Seventeen is indeed designed to show full posts on home page, it only shows excerpts on search pages. If you'd like it to show excerpts on home page, you'd need to create a child theme and replace this line in
index.php
template:with this one:
If you need any further help, please try the support forums: https://wordpress.org/support/.