Plugin Author
Guido
(@guido07111975)
Hi Richard,
Currently I’ve no idea how to fix this. The problem is that my plugin doesn’t sort on variable time because I use the datepicker-timestamp for that. A datepicker-timestamp does not include time, of course. That’s how my plugin is build.
You can try using a custom post order plugin such as this one or this one.
Note: this also might create an order conflict with my plugin, I did not test it 😉
Guido
Thanks Guido
That worked a treat. I had to install both as one plugin didn’t allow drag and drop when a taxonomy is filtered and the other didn’t apply the order in the front end.
All good though now.
Richard
Plugin Author
Guido
(@guido07111975)
Hi Richard,
To be honest, I don’t like using multiple plugins to achieve something but I don’t have another solution right now.
And I know somebody who uses plugin Post Types Order in combination with (a customized version of) my plugin and it worked fine. But pagination did not work properly.
Guido
Hi Guido
Agreed always better to use a single plugin to solve a problem but it seems to not be conflicting and pagination for the setup i’ve got is not needed luckily.
Thanks again
Richard