Hi there,
I´m developing a simple order form. The items that go into the form have a category tag in their content files. I build the list of articles with a loop and group by category tag:
- Category A
– Article 1
– Article 2 - Category B
– Article 3
– Article 4
…
Now, my client would like to have more text/different sublines instead of simply showing the categories:
- Our offerings in category A
– Article 1
– Article 2 - More offerings for people in need of B
– Article 3
– Article 4
…
I know, I could simply replace the tags in the content files with the sentences, the client requires. But there should be a more elegant, Kirby-like solution.
Any ideas?