# Custom post warning for categories

**URL:** https://meta.discourse.org/t/custom-post-warning-for-categories/239418
**Category:** Feature
**Created:** [September 19, 2022, 2:54pm UTC](https://meta.discourse.org/t/custom-post-warning-for-categories/239418 "2022-09-19T14:54:07Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)
#### Post date: [September 19, 2022, 7:44pm UTC](https://meta.discourse.org/t/custom-post-warning-for-categories/239418/6 "2022-09-19T19:44:20Z")

</div>

A similar topic was started recently here: [Can I customize the welcome message shown when creating a new topic based on the chosen tag or category?](https://meta.discourse.org/t/can-i-customize-the-welcome-message-shown-when-creating-a-new-topic-based-on-the-chosen-tag-or-category/238371)

I don’t think there’s a built-in way to do exactly what you want today.

Topic templates (as suggested above) are probably the closest fit with developing some kind of #Customization > Theme component or something.

One option would be to include some thing in HTML comments in the topic template so it wouldn’t show up in the post even if the user doesn’t remove it, e.g.:

```plaintext
<!-- 
  some tips for new topics in #category 
  - foo
  - bar
  - baz
-->

```

---

_[View the full topic](https://meta.discourse.org/t/custom-post-warning-for-categories/239418)._
