Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13816
    riggdigg
    Member

    I managed to remove the author after adding this to custom CSS:

    .author {
    display: none;
    }

    But what I cant get rid of is the text “by”.

    My blog is in swedish and “by” is translated to “av”.

    Highly appreciated if someone could give me some pointers. Been searching in the theme php files but cant find the line to remove “by” from.

    You find the blog here: http://www.vegolyx.se

    Thanks!

    #13828
    Sakin
    Keymaster

    @riggdigg: Replace your custom CSS with the following CSS.
    .entry-meta .by-author { display: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove "posted by author"’ is closed to new replies.