• Resolved elena.miteva

    (@elenamiteva)


    I have installed the plugin Woo Product Slider and Carousel with category, but can’t find it as widget.

    When I insert the code [bestselling_products_slider] in other widgets as the core Text it doesn’t show, also when I try to insert it on the page Home (Front Page).

    Still when I insert it on other pages as example About us and sim.it’s shown.

    Can you help me how I can show it as widget or directly on the home page description?

Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    By default wordpress doesn’t allow to show shortcode result in widget.

    If you want to show shortcode in the widget then you need to apply the filter for that.

    here is the filter to show the shortcode in widget.

    <?php add_filter(‘widget_text’,’do_shortcode’); ?>

    paste this code in your theme’s function file.

Viewing 1 replies (of 1 total)
  • The topic ‘Bestselling products as widget’ is closed to new replies.