Hi. is that possible to display ghost hidden tags…? We know we find all the tags by
{{#get "tags"}}
--
{{/get}}
but I did not get the hidden tags by this process. How can I get and display the hidden tags?
Hi. is that possible to display ghost hidden tags…? We know we find all the tags by
{{#get "tags"}}
--
{{/get}}
but I did not get the hidden tags by this process. How can I get and display the hidden tags?
Hidden tags are not meant to be displayed publicly you can use
visibility="internal"
in your query to get both public and hidden tags
wow… It worked perfectly… Thanks