• Resolved SSchat

    (@sschat)


    HI,

    just wondering if it is possible to disable the content-filter for specific widgets?

    eg:
    i added a plugin which adds some ‘share’ buttons to posts.
    These are now also visible on the widgets.
    I dont want that.

    (add an option to the widget form itself? ‘disable the filter?’ )

    http://ww.wp.xz.cn/extend/plugins/widget-builder/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SSchat

    (@sschat)

    or maybe dont make it a ‘post’ – type, but a new type like ‘widget’?
    so the content-filters for type: post, dont get applied.

    Plugin Author Timothy Wood

    (@codearachnid)

    By default it uses the post functionality built into WP for compatibility reasons. Typically the crossover happens when a plugin developer doesn’t honor use of the_content tag on a page and just dumps their code in without checking if it’s the main page content or not. One way around this is to unhook the plugin when it shouldn’t be used if that is an option.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable the content filter?’ is closed to new replies.