Viewing 1 replies (of 1 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    This is a known “issue”. Currently it is not possible to select draft posts in the sidebar manager. This might change in a future version.

    If you want to change it now, go to modules/post_type.php line 108 and change:

    'post_status' => 'publish,private,future',

    to

    'post_status' => 'publish,private,future,draft',

    Let me know if this fixes your problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Can't get it to work with Draft posts?’ is closed to new replies.