• Hi,

    if I activate the Flattr plugin. the_excerpt() function’s output length ist shorten to 10 words instead of 55 ( standard ). a new add_filter does’nt help. I think the problem is in method filterGetExcerpt() in class Flattr but I cannot fix it. Do you know about this problem?

    http://wordpress.org/extend/plugins/flattr/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I noticed the same problem. It’s really annoying in particular because I don’t understand why Flattr needs to change the default excerpt function.

    You can easily deactivate this by removing those 2 lines in __construct():
    remove_filter('get_the_excerpt', 'wp_trim_excerpt'); and add_filter('get_the_excerpt', array($this, 'filterGetExcerpt'), 1);

    Plugin Contributor Michael Henke

    (@aphex3k)

    I’ll see to this as soon as development responsibilities have been handed over. Be patient for a little longer.

    Thanks for the feedback!

    Plugin Contributor Michael Henke

    (@aphex3k)

    Please update to at least 0.9.20 for another iteration to approach this problem. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Flattr] the_excerpt() getting very short!’ is closed to new replies.