# Styling hooks for embedded post with no replies

**URL:** <https://meta.discourse.org/t/styling-hooks-for-embedded-post-with-no-replies/35777>\
**Category:** Feature\
**Created:** [2015年十一月19日 00:36 UTC](https://meta.discourse.org/t/styling-hooks-for-embedded-post-with-no-replies/35777 "2015-11-19T00:36:03Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![fantapop](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fantapop/32/121823_2.png) [@fantapop](https://meta.discourse.org/u/fantapop)\
**Post date:** [2015年十一月19日 00:36 UTC](https://meta.discourse.org/t/styling-hooks-for-embedded-post-with-no-replies/35777/1 "2015-11-19T00:36:03Z")

</div>

We’d like to be able to hide the reply count when there is 0 replies on an embedded host. The markup for that text looks like so:

`<span class="replies">0 replies</span>`

It would be great to get a class on there that would allow us to differentiate between 0 replies and some replies.  
or maybe a data attribute would be appropriate for this use case:

`<span class="replies" data-reply-count="0">0 replies</span>`

---

<div class="post-metadata">

**Author:** ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)\
**Post date:** [2025年十二月4日 11:37 UTC](https://meta.discourse.org/t/styling-hooks-for-embedded-post-with-no-replies/35777/2 "2025-12-04T11:37:07Z")

</div>


