# Show author instead of last poster

**URL:** https://meta.discourse.org/t/show-author-instead-of-last-poster/319938
**Category:** Development
**Tags:** css, air-theme
**Created:** [August 3, 2024, 5:52am UTC](https://meta.discourse.org/t/show-author-instead-of-last-poster/319938 "2024-08-03T05:52:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yekta](https://avatars.discourse-cdn.com/v4/letter/y/3be4f8/32.png) [@yekta](https://meta.discourse.org/u/yekta)
#### Post date: [August 3, 2024, 5:52am UTC](https://meta.discourse.org/t/show-author-instead-of-last-poster/319938/1 "2024-08-03T05:52:22Z")

</div>

hey there  
I want to show my posts writer instead of the last poster right next to the post.

help me please.

 ![Screenshot (114)](https://global.discourse-cdn.com/meta/original/4X/e/0/c/e0ca531f299f4f7a8194a0fd16547e61db280e6e.png)

---

<div class="post-metadata">

### Author: ![Lhc\_fl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhc_fl/32/268115_2.png) [@Lhc\_fl](https://meta.discourse.org/u/Lhc_fl)
#### Post date: [August 3, 2024, 6:24am UTC](https://meta.discourse.org/t/show-author-instead-of-last-poster/319938/2 "2024-08-03T06:24:40Z")

</div>

Hi @yekta

I’m afraid this is the design of Air Theme and you can’t change it without writing extra code.

The following code can be used as a reference:

```css
    .full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters a:not(.latest) {
        display: unset;
    }
    .full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters a:not(:first-child) {
        display: none;
    }
    .full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters a:first-child {
        margin-left: 5px;
    }

```

---

<div class="post-metadata">

### Author: ![yekta](https://avatars.discourse-cdn.com/v4/letter/y/3be4f8/32.png) [@yekta](https://meta.discourse.org/u/yekta)
#### Post date: [August 3, 2024, 7:41am UTC](https://meta.discourse.org/t/show-author-instead-of-last-poster/319938/3 "2024-08-03T07:41:21Z")

</div>

thanks a lot! works pefectly

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [September 2, 2024, 7:42am UTC](https://meta.discourse.org/t/show-author-instead-of-last-poster/319938/4 "2024-09-02T07:42:14Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
