• bkjproductions

    (@bkjproductions)


    I have tried about six different “Read More” excerpt-handling plugins, in an effort to add a simple “Read More” button to the bottom of an excerpt. Nothing seems to work with this theme— it’s like it just grabs the generated “read more” button by whatever plugin tried to make it, and converts it to text.

    Also, when using a hand-written Excerpt, the theme is adding slashes to quotes. If I take a default excerpt (auto-generated) then the theme shows the quotes just fine.

Viewing 1 replies (of 1 total)
  • Thread Starter bkjproductions

    (@bkjproductions)

    You have to edit content.php and change that.

    look for
    wp_filter_nohtml_kses( get_the_excerpt() );
    change to
    the_excerpt();

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt not compatible with various “Read More” plugins’ is closed to new replies.