PHPackages                             numero2/contao-tags - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. numero2/contao-tags

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

numero2/contao-tags
===================

Adds the possibility to assign tags to individual elements.

0.5.1(1mo ago)23.1k↓43.8%4LGPL-3.0-or-laterPHP

Since Oct 6Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/numero2/contao-tags)[ Packagist](https://packagist.org/packages/numero2/contao-tags)[ RSS](/packages/numero2-contao-tags/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (24)Versions (43)Used By (0)

Contao Tags
===========

[](#contao-tags)

[![](https://camo.githubusercontent.com/19f4d3cbffeeacdcf17fb719516f1364bae38e8e1f9961bbb1c2a95d79471ad4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e756d65726f322f636f6e74616f2d746167732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/numero2/contao-tags) [![](https://camo.githubusercontent.com/378367a0f32c18d4cd4a72c592d665bb27e3c184419e2fa85ff21fde8972bc1a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4c47504c25323076332d626c75652e7376673f7374796c653d666c61742d737175617265)](http://www.gnu.org/licenses/lgpl-3.0)

About
-----

[](#about)

Adds the possibility to assign tags to individual elements.

System requirements
-------------------

[](#system-requirements)

- [Contao 4.13 or newer](https://github.com/contao/contao)

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

- Install via Contao Manager or Composer (`composer require numero2/contao-tags`)

### News

[](#news)

- Add the following code snippet into your `news_(full|latest|short|simple).html5` template

    ```

    ```
- Configure your `Newslist` or `Newsreader` front end modules and set a `Redirect page for tags` (optional)
- Additionally add the `News Tag Cloud` module anywhere on your page

### Events

[](#events)

- Add the following code snippet into your `event_(full|list|teaser|upcoming).html5` template

    ```

    ```

    > ⚠️ Note: Contao does not provide any Hooks for the Eventreader module, therefore we need to add some logic at the beginning of our template to parse the Tags correctly.

    ```
