Hello,
Here is what I am after. I would like to be able to have return a list of the pages sharing the same label in different rows.
To return a list of pages sharing a label, this is easy the content by label macro is here for me.
However, my question is: Is there a way to display each page returned by this macro in a different row of a table?
E.g.:
Page1 and Page2 are both labelled with "tagA"
Is there a way to display Page1 and Page2 in a table such as:
Row | Page | Comment (added manually by me)
1 | Page1 | This is my page 1
2 | Page2 | This is my page 2