Help me, please. I want to arrange tags by creation order (id?) but have no result. Here is my code in index.hbs:
{{#get “tags” include=“count.posts” limit=“8” order=“id asc”}}
Why order=“id asc” does’nt work? Thank you all for advance.
I know that it is possible to add numbers into the slugs (1-tag, 2-tag, 3-tag), but then the URLs of the tags will be ugly.