# 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:** 20

<div class="post-metadata">

**Author:** ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)\
**Post date:** [February 14, 2025, 10:23pm UTC](https://meta.discourse.org/t/how-to-show-user-total-post-count-beside-name/287718/20 "2025-02-14T22:23:40Z")

</div>

@David_Ghost

You can fix it with some CSS:

```css
.names.trigger-user-card > div:has(.user-post-user__container) {
    order: 2;
}

```

---

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