• Resolved laily92

    (@laily92)


    Hello.
    I tried different CSS codes but nothing worked.
    I tried code

    .entry-meta {
    display: none;
    }

    and it was closer because author name and date was hidden. BUT I want to hide the only author from a single post and on the homepage (I don’t want anywhere to author be shown).
    If needed my homepage myreldiary.com
    Hope that someone could help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am using twentyeleven theme and did that with Show/Hide Author plugin, but still visible word “by”.

    Thread Starter laily92

    (@laily92)

    If it could help someone in future, I used this CSS code and it hides Author name (with a name “by”).

    .single .byline, .group-blog .byline {
    display: none;
    }
    a.url.fn.n {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove author name from post’ is closed to new replies.