the link return a 404 error. Could you simply return these posts in the order in which they were completed?
The link I wrote is only a dummy link, it is not a real link. It is just to give example. I cannot, because I fill/feed these Tasks and Subtasks in different occasions, so some newly entered tasks could in reality be from 2 years ago, and the other could be from 2 minutes ago.
I am looking forward you add multisortable.js support in the future, it will benefit the plugin greatly. Just a quick question: I tried simply adding the folowing script to my WP site via Header & Footer Scripts plugin:
<script type="text/javascript" src="//code.jquery.com/jquery-2.0.2.js"></script>
<script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script type="text/javascript" src="https://rawgithub.com/shvetsgroup/jquery.multisortable/master/src/jquery.multisortable.js"></script>
<script type="text/javascript">//<![CDATA[
jQuery(function($){
$('ul.order-list').multisortable();
//$('ul#list1').sortable('option', 'connectWith', 'ul#list2');
//$('ul#list2').sortable('option', 'connectWith', 'ul#sortable-list');
});
//]]>
</script>
However it does not do anything to the list. The list is still mono-sortable. Am I going in the correct direction?
Breakthrough! It works! The above code needs to be included into reorder-posts-within-categories.php
file. It did not work when I put it in header/footer because it needs to show in Admin, not Front end.
Thank you so much for your help.
Just as a feature request, re-ordering posts in parent/child structure so it reflects this exact way into Menu would be amazing. Or vice versa. I know it’s a long shot but it would be fantastic feature.
-
This reply was modified 7 years, 4 months ago by
528491.
-
This reply was modified 7 years, 4 months ago by
528491. Reason: Success!
-
This reply was modified 7 years, 4 months ago by
528491. Reason: Feature request