Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Are you sure the plugin is enabled?

    Check through your Dashboard, clicking Plugins.

    Thread Starter worldview

    (@worldview)

    Yes it was active but I missed the fine print about it not working within widgets, so I got a widget shortcode plugin and all is well, although I’d like to reduce that overhead of having to add a plugin to get a plugin to work.

    It is not one of the advertized features of the plugin. However, we might adhere to your suggestion in the future.

    Thread Starter worldview

    (@worldview)

    Most likely a $35 add-on

    Plugin Author Jean

    (@jeangalea)

    There is no need for a widget shortcode plugin if you want to do away with that.

    Just open your theme’s functions.php file and place the following code:

    // Enable shortcodes in widgets
    add_filter('widget_text', 'do_shortcode');

    The aggregator shortcode will then work as usual.

    Thread Starter worldview

    (@worldview)

    Alors! Oui! Cela a fonctionné. Merci beaucoups, Jean.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Trouble with shortcode’ is closed to new replies.