Forums

[resolved] [Plugin: Event Calendar 3] Event Calandar 3.14 Breaks WordPress filters (2 posts)

  1. vidhill
    Member
    Posted 2 years ago #

    I originally posted this problem here
    Afterwards, by disabling different plug-ins I found that it was Event Calendar was stopping the WordPress filters from working

    http://wordpress.org/extend/plugins/event-calendar/

  2. vidhill
    Member
    Posted 1 year ago #

    SOLUTION:
    Event Calendar Version 3.1.4 implements its own excerpt filters..
    To remove them add the following to your theme's functions.php file

    remove_filter('the_content','ec3_filter_the_content',20);
    remove_filter('get_the_excerpt', 'ec3_get_the_excerpt');
    add_filter('get_the_excerpt', 'wp_trim_excerpt');

Topic Closed

This topic has been closed to new replies.

About this Topic