Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dwierchola

    (@dwierchola)

    The problem is rather on my side. Now it’s working well when I am loged off. It has also something to do with the number of widgets running.
    I sign it as “solved”

    Plugin Author webvitaly

    (@webvitaly)

    You should add this code to functions.php for enabling shortcode in sidebar:

    add_filter('widget_text', 'do_shortcode');

    Thread Starter dwierchola

    (@dwierchola)

    sorry
    when I paste the above code into /wp-includes/functions.php an save it, web page hangs
    I admit that have no ability to write in php.

    Plugin Author webvitaly

    (@webvitaly)

    This code I took from Codex and it should work.

    Maybe it was you unlucky day 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: [pagelist]] Text widget with code [siblings depth="2"] not working properly’ is closed to new replies.