Forums

[resolved] Remove "Continue Reading" from TwentyTen manual excerpts (2 posts)

  1. billbennett
    Member
    Posted 1 year ago #

    I can remove the "continue reading" links from automatic excerpts by adding these lines to functions.php:

    `remove_filter( 'excerpt_more', 'twentyten_excerpt_more' );
    add_filter ('excerpt_more', 'newspaper_excerpt_more' );

    function newspaper_excerpt_more($more){return '';}

    But I can't remove them from manual excerpts. Do I need to use another technique?

  2. billbennett
    Member
    Posted 1 year ago #

    Fixed this by realising TwentyTen uses

    'twentyten_custom_excerpt_more'

    for manual excerpts (which are called custom excerpts in the code).

Topic Closed

This topic has been closed to new replies.

About this Topic