# How to show user total post count beside name

**URL:** <https://meta.discourse.org/t/how-to-show-user-total-post-count-beside-name/287718>\
**Category:** Development\
**Created:** [December 6, 2023, 1:15pm UTC](https://meta.discourse.org/t/how-to-show-user-total-post-count-beside-name/287718 "2023-12-06T13:15:25Z")\
**Posts on this page:** 1\
**Showing post:** 21

<div class="post-metadata">

**Author:** ![David\_Ghost](https://avatars.discourse-cdn.com/v4/letter/d/c37758/32.png) [@David\_Ghost](https://meta.discourse.org/u/David_Ghost)\
**Post date:** [February 16, 2025, 1:26pm UTC](https://meta.discourse.org/t/how-to-show-user-total-post-count-beside-name/287718/21 "2025-02-16T13:26:38Z")

</div>

Nice. Thank you very much for your nice work here. I have also applied a:

```plaintext
.user-post-count {
    margin-top: .1rem;
}

```

to have it aligned with the username. Not sure if it’s the best approach, but it works

---

_[View the full topic](https://meta.discourse.org/t/how-to-show-user-total-post-count-beside-name/287718)._
