Hello!
I have a taxonomy "Status" with the values "abgeschlossen / aktuell / in Vorbereitung / laufend"
now I need to sort the output of the view manually as no sort-order helps me out.
the order should be:
1) aktuell (ID=43)
2) laufend (ID = 44)
3) in Vorbereitung (ID=45)
4) abgeschlossen (ID=42)
quick and dirty solution would be to delete the status "abgeschlossen" and create anew, by that I could sort via ID … but I don't trust that.
I saw a solution here in the forum doing this with PHP, but it was not said WHAT to do…
do you have an idea`?