Hello,
I am currently using WordPress with the Tatsu page builder and I am having an issue with the ordering of tags on my portfolio items.
In the backend of WordPress, I assign tags to each portfolio item in a specific order. For instance, on Portfolio item 1, called “DOG”, Portfolio item 2, called “CAT”, and Portfolio item 3, called “COW” I assign two tags to each. Both have the first tag starting with a year, and the second tag starts with ‘the best …’. However, when I view these portfolio items on the frontend of my website, the order of the tags for the second item is reversed. In my case I have like 100 portfolio items, and 5 or so are reversed.
To illustrate, in the backend, I have these tags in this order for the “CAT” portfolio item: “2002 – NY” and “the best friend”. They are separated by the comma. But when I view this portfolio item on the frontend, the tags appear in this order: “the best friend”, “2002 – NY”.
This doesn’t seem to be an issue with all portfolio items. For instance, the tags for the “DOG” portfolio item maintain the order I specified in the backend “2003 – SF, the best bark”
I’m unsure why the order of tags is not being maintained consistently when rendered on the frontend. Is this due to the default behavior of WordPress or Tatsu? Or is there a setting that I might be missing that could control the order of tags? I appreciate any insights you could provide.
I expected this function to returns terms ordered by their name in ascending order (alphabetically). Myself, i don’t have any sorting code applied.
Could it be that tags are sorting by the date of its creation, and then only in frond end?. A quick fix I tried, but didn’t work, was to change the order of the tags in the Backend for this misaligned item, but when I save, they revert back to the “correct” order (which I then reversed order in the FE)
