• Resolved userkate

    (@userkate)


    Hello, I need help because I don’t know, how to hide the author of a post. I tried using plugin Hide/Remove Metadata, but it doesn’t work 🙁

Viewing 6 replies - 1 through 6 (of 6 total)
  • Ina

    (@inamoro)

    @userkate do you need to hide the author on the homepage, category pages, or in the single posts?

    Thread Starter userkate

    (@userkate)

    @ina I want to hide the author under each posts.

    Thread Starter userkate

    (@userkate)

    @inamoro and on the homepage too.

    Ina

    (@inamoro)

    @userkate

    Add the following code to Appearance -> Customize -> Additional CSS:

    .entry-author {
        display: none;
    }
    Thread Starter userkate

    (@userkate)

    Thx, it worked 🙂
    Can I have one more question? Everything looks fine on the homepage, I don’t see the author, just the data May 2022, but when I click on a post I see onMay 2022 and in category. Is it possible to hide on and in?

    Ina

    (@inamoro)

    @userkate this can be achieved with some custom theme modifications.

    Or, you can try to replace the text strings with a translation plugin:
    https://www.wpzoom.com/tutorial/translating-a-wpzoom-theme/
    You can replace the strings you need to hide with empty space.

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

The topic ‘Hide author post’ is closed to new replies.