# User info is hidden on wiki posts

**URL:** https://meta.discourse.org/t/user-info-is-hidden-on-wiki-posts/403798
**Category:** Site feedback
**Created:** [May 26, 2026, 3:37am UTC](https://meta.discourse.org/t/user-info-is-hidden-on-wiki-posts/403798 "2026-05-26T03:37:39Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [May 26, 2026, 3:37am UTC](https://meta.discourse.org/t/user-info-is-hidden-on-wiki-posts/403798/1 "2026-05-26T03:37:39Z")

</div>

Recently there was a change to Meta to hide the author of documentation posts, which is fine by me because theyre mostly authored by @Discourse nowadays.

However it seems like the same was applied to #Wiki which doesn’t make sense to me because the author feels more relevant there.

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/a/b/eab0483b0a7237d7dcb1df60b73760c24698c07f.png)  
 ![image](https://global.discourse-cdn.com/meta/original/4X/2/3/1/2310c8caf3e572e4b88bdfe9cbbd9cb365fb63f3.png)

> **UserCSS to re-enable**
>
> Sadly the whole “Show x replies” thing is a little out of scope for this small style, that would require a little bit more work with JS
> 
> ```css
> /* ==UserStyle==
> @name enable topic author
> @namespace github.com/openstyles/stylus
> @version 1.0.0
> @description A new userstyle
> @author Me
> ==/UserStyle== */
> 
> @-moz-document domain("meta.discourse.org") {
> body.doc-simple-mode .post__topic-map.topic-map.--op {
> display: flex !important
> }
>     
> body.doc-simple-mode .topic-post[data-post-number="1"] .topic-avatar {
> display: block !important;
> }
>     
> body.doc-simple-mode .topic-post[data-post-number="1"] .topic-meta-data .names {
> display: block !important
> }
>     
> body.doc-simple-mode .topic-post[data-post-number="1"] .topic-meta-data .like,
> body.doc-simple-mode .topic-post[data-post-number="1"] .topic-meta-data .reply {
> display: block !important
> }
>     
> .topic-list.doc-simple-mode .link-bottom-line .badge-category__wrapper, .topic-list.doc-simple-mode .topic-excerpt {
> display: inline-flex !important
> }
> }
> 
> ```

It would be great if the user could be shown on Wiki posts once again.

---

_[View the full topic](https://meta.discourse.org/t/user-info-is-hidden-on-wiki-posts/403798)._
