Umbraco Tagliatelle

Tagliatelle is a tag property editor for Umbraco 8+. Based on package for previous version, written by Jason Espin

It allows you to use Umbraco pages as tags and is ideal for delivering blog style functionality where you have an article that has a number of tags and needs to be accessible via those tag pages.

To get started:

  1. Create an instance of the Tagliatelle Tag Manager from the data types menu.
  2. Specify the content page under which you would like the tag manager to create new tag pages.
  3. Specify the document type you would like to be used to create your tags.
  4. Add the datatype to one of your Umbraco document types.
  5. To create new tags, simply type the name/names of the tag(s) you wish to create and hit 'Enter'. Once you save your document type, the new tag pages will be created.
  6. You can also manage existing tag pages by adding or removing them via the property editor
  7. From your template, you can now access your tags as an IEnumerable<IPublishedContent> using the built-in property value editor.