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

    (@hastur)

    A few things I’ve also tried so far…

    Deactivated, deleted, and reinstalled the plugin.
    Added back the [child-pages depth=”1″] manually
    Added a new text widget with the shortcode… still no good.

    Thread Starter hastur

    (@hastur)

    Resolved the issue by adding the following entries at the end of my theme’s functions.php.

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

    No idea why it was working correctly before the move to VPS.

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

The topic ‘1.7.4 – Widget sibling pages shortcode not working?’ is closed to new replies.