Title: Hide &#8220;by admin&#8221; in posts
Last modified: May 23, 2023

---

# Hide “by admin” in posts

 *  [eltuyo](https://wordpress.org/support/users/eltuyo/)
 * (@eltuyo)
 * [3 years ago](https://wordpress.org/support/topic/hide-by-admin-in-posts/)
 * Good morning all,
 * I would like my posts not to show the “by admin” which normally appears at the
   beginning. I already disabled the date, but cannot find how to disable this too.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Jesús Amieiro](https://wordpress.org/support/users/amieiro/)
 * (@amieiro)
 * [3 years ago](https://wordpress.org/support/topic/hide-by-admin-in-posts/#post-16760420)
 * Hi [@eltuyo](https://wordpress.org/support/users/eltuyo/)
 * If your theme doesn’t have this option, you can hide it with some CSS. Can you
   send us the URL, so we can take a look?
 *  Thread Starter [eltuyo](https://wordpress.org/support/users/eltuyo/)
 * (@eltuyo)
 * [3 years ago](https://wordpress.org/support/topic/hide-by-admin-in-posts/#post-16761105)
 * Hola Jesus, mi web está en construccion, no la he publicado aun porque estoy 
   trasteando con ella.
 * Uso generatepress, como se puede desabilitar con CSS lo de “por admin” de las
   entradas¿?
 *  [Jesús Amieiro](https://wordpress.org/support/users/amieiro/)
 * (@amieiro)
 * [3 years ago](https://wordpress.org/support/topic/hide-by-admin-in-posts/#post-16761236)
 * Hi [@eltuyo](https://wordpress.org/support/users/eltuyo/)
 * English reply below.
 * Acabo de instalar el tema en mi entorno de desarrollo y lo único que tienes que
   hacer es añadir la siguiente CSS para ocultar la fecha y el autor:
 *     ```wp-block-code
       .entry-meta {
         display: none;
       }
       ```
   
 * I just installed the theme in my development environment and what you have to
   do is to add the following CSS to hide the date and author:
 *     ```wp-block-code
       .entry-meta {
         display: none;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide “by admin” in posts’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [hide](https://wordpress.org/support/topic-tag/hide/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Jesús Amieiro](https://wordpress.org/support/users/amieiro/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/hide-by-admin-in-posts/#post-16761236)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
