• 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)
  • Hi @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

    (@eltuyo)

    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??

    Hi @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:

    .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:

    .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.