You should be able to fetch the tags by using Razor.
You could for instance write @Model.Content.GetPropertyValue("alias") in the template, or partial view macro where you want to fetch the tags. You need to replace the "Alias" part with the property editor alias you use on your document type of course.
Robort, I could not get the dynamic version to work but the strongly typed on was OK.
What I am looking for is some way to display ALL my tags as a clickable Tag cloud as I did using Snipersystems excellent tag manager on http://www.etymonda.com/resources/books.aspx
I am running Umbraco 7.2 so am using Tagmanager - some heads up on using that would be good too; the current documentation is a bit sparse.
Display tags
Hi,
I have an tab in Umbraco 7.2 with two types of tags, actieBlokLinks and actieBlokRechts, with different tags.
How can i manage to get them display on my website?
Kind regards,
Robert
Hi Robert
You should be able to fetch the tags by using Razor.
You could for instance write
@Model.Content.GetPropertyValue("alias")
in the template, or partial view macro where you want to fetch the tags. You need to replace the "Alias" part with the property editor alias you use on your document type of course.Hope this helps.
/Jan
Hi Robort,
Try to see this documentation for the tags property editor, http://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/Built-in-Property-Editors/Tags And since you are using Umbraco 7.2, you could choose to use the strongly typed version.
Or the dynamic version.
Rember to replace the articleTags with the property editor alias you use on your document type as Jan said.
Hope this helps,
/Dennis
Yes, thank you! That helped me out. Both options work, i will read the documentation to see the difference between those 2.
Kind regards, Robert
Robort, I could not get the dynamic version to work but the strongly typed on was OK.
What I am looking for is some way to display ALL my tags as a clickable Tag cloud as I did using Snipersystems excellent tag manager on http://www.etymonda.com/resources/books.aspx I am running Umbraco 7.2 so am using Tagmanager - some heads up on using that would be good too; the current documentation is a bit sparse.
is working on a reply...