Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem. Any solution?

    Thread Starter chelspeers

    (@chelspeers)

    No I just gave up and deactivated it!

    Solved this issue, you will need to edit the code though.

    On line 112 where it has:

    $output .= '<div class="wishlist-desc">'.apply_filters('the_content',$wishlist->post_content).'</div>';

    change it to:

    $output .= '<div class="wishlist-desc">'.apply_filters('the_content',strip_shortcodes($wishlist->post_content)).'</div>';

    Basically the [wishlist id=xx] was causing the filter to break. Didn’t look into it too much but fixed it and thought I would share.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: My Wish List] Lists are not showing in post’ is closed to new replies.