Support » Plugin: Easy Portfolio » Want to display sort tag ([easy_portfolio]) in text widget

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tushar Patel

    (@tushar44u)

    Shortcode are not working in widget area.
    i will include this functionality in update my version.

    more help contact me on tushar44u@gmail.com.

    Thread Starter monasnehalshah

    (@monasnehalshah)

    Done. I have done with
    add_filter( ‘widget_text’, ‘shortcode_unautop’);
    add_filter( ‘widget_text’, ‘do_shortcode’);

    and call like <!–?php do_shortcode(‘ [easy_portfolio]’); ?–>
    Its working fine.
    Thanks.

    Plugin Author Tushar Patel

    (@tushar44u)

    Hi monasnehalshah,
    thanks for your information,

    I’ve done it.Thanks.

    If it can be usefull for others…:

    this code:

    add_filter( ‘widget_text’, ‘shortcode_unautop’);
    add_filter( ‘widget_text’, ‘do_shortcode’);

    you have to put in your functions.php file!

    ciao

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Want to display sort tag ([easy_portfolio]) in text widget’ is closed to new replies.