# 如何添加标签列？

**URL:** <https://meta.discourse.org/t/how-to-have-a-tag-column/112273>\
**Category:** Support\
**Created:** [2019年三月21日 17:30 UTC](https://meta.discourse.org/t/how-to-have-a-tag-column/112273 "2019-03-21T17:30:53Z")\
**Posts on this page:** 1\
**Showing post:** 13

<div class="post-metadata">

**Author:** ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)\
**Post date:** [2019年三月22日 01:45 UTC](https://meta.discourse.org/t/how-to-have-a-tag-column/112273/13 "2019-03-22T01:45:28Z")

</div>

Ah yeah, you will need to copy/paste all the code from those two TLP templates and then add the code below to the relative place in the templates:

**topic-list-header.raw**

```plaintext
<th>Tags</th>

```

**list/topic-list-item.raw**

```plaintext
<td class="tags">
    {{discourse-tags topic mode="list" tagsForUser=tagsForUser}}
</td>

```

Does that make sense?

---

_[View the full topic](https://meta.discourse.org/t/how-to-have-a-tag-column/112273)._
