Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Donovan

    (@mezzofanti)

    I’ve temporarily fixed this problem by replacing

    <?php the_excerpt('More', TRUE, '', 33) ; ?>

    with

    <?php the_advanced_excerpt('length=20&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,br'); ?>

    Not quite sure how this relates to the settings of the plugin however. Does it override the settings page?

    Confirmed, had to roll back to an earlier version to stop our homepage turning to mess! Tags are being included despite enabling “remove all tag except…”

    Hey Guys,

    This has been resolved in the latest update, please update to 4.2.3 and let me know if you’re still experiencing problems.

    Also, the code you were using was incorrect.

    <?php the_excerpt('More', TRUE, '', 33) ; ?>

    The WordPress function the_excerpt() does not accept any arguments, please see: http://codex.wordpress.org/Function_Reference/the_excerpt

    Cheers,

    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Version 4.2.2 not removing tags’ is closed to new replies.