Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#30024 closed feature request (wontfix)

Twenty Fifteen: Add Continue Reading link to excerpts

Reported by: kraftbj's profile kraftbj Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.1
Component: Bundled Theme Keywords: has-patch
Focuses: Cc:

Description

In content-search.php, the_excerpt() is used to output excerpts in the search listing. For auto-excerpts, Core adds [...]. Manual excepts lack this or another visual indicator that there is additional content behind the listing.

In Twenty Ten and Twenty Eleven, manual excerpts added a "Continued Reading" link. #13361 I didn't find a discussion on the lack of in Twelve, Thirteen, Fourteen.

Attaching patch that adds a Continued Reading link. The CSS already includes the fix from #27908.

Attachments (2)

30024.diff (2.1 KB) - added by kraftbj 10 years ago.
Add Continued Reading link
30024.2.diff (2.1 KB) - added by kraftbj 10 years ago.
Code standard correction and adding the is_admin check for the auto-excerpt.

Download all attachments as: .zip

Change History (6)

@kraftbj
10 years ago

Add Continued Reading link

#1 @kraftbj
10 years ago

  • Component changed from Administration to Bundled Theme
  • Keywords has-patch added

@kraftbj
10 years ago

Code standard correction and adding the is_admin check for the auto-excerpt.

This ticket was mentioned in IRC in #wordpress-dev by kraftbj. View the logs.


10 years ago

#3 @iamtakashi
10 years ago

  • Type changed from defect (bug) to feature request

#4 @iandstewart
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

This adds a lot more complexity when trying to read functions.php for not a lot of gain for most people. It could be a really cool set-it-and-forget it plugin though. It might be neat to see more "Extras" plugins for default themes.

Marking as wontfix with hopes for a plugin!

Note: See TracTickets for help on using tickets.