In a page, I have several tags, such as #1 #2 #3
I want to display all the tags in the working page.
or display at least the specific tags (e.g. #1) in the working page.
Anybody know how? thanks
In a page, I have several tags, such as #1 #2 #3
I want to display all the tags in the working page.
or display at least the specific tags (e.g. #1) in the working page.
Anybody know how? thanks
Hi,
This should work:
{{query (or [[tag 1]] [[tag 2]] [[tag 3]]) }}
thanks for your code.
But I want to query for tags in the working page, rather than the entire database. For example, a page includes sereral bolcks with property, and I want to put certain code in the page, to display all the blocks with property in this page.
Thank you all the same