August 24, 2016 at 2:29 am
#9882
creativeround
Participant
I was able to fix it by modifying the file wd_post_type_sortable.class.php line 39 by changing public to “true”.
Can we update this in the next version?
[code]
$ptypes = array_merge(array("post", "page"), get_post_types(array(
"public" => true,
"_builtin" => false
), "names"));
[/code]
- This reply was modified 8 years ago by creativeround.
- This reply was modified 8 years ago by creativeround.