Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#14155 closed defect (bug) (invalid)

excerpt more filter - do not link to the post

Reported by: christian_gnoth's profile christian_gnoth Owned by:
Milestone: Priority: normal
Severity: major Version: 3.0
Component: General Keywords:
Focuses: Cc:

Description

add_filter( 'excerpt_more', 'mfinks_new_excerpt_more');

function mfinks_new_excerpt_more($more)
{

return 'Read More ...';

}

accordingly to the documentation the more string do not link to the post:

http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_more

Change History (1)

#1 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.