Opened 13 years ago
Closed 13 years ago
#14155 closed defect (bug) (invalid)
excerpt more filter - do not link to the post
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.