Viewing 6 replies - 1 through 6 (of 6 total)
  • Without a link to your site, no way for anyone to offer much help or look at what is going on with the CSS code. Generally, you can hide that using just CSS.

    Thread Starter hannahstrange

    (@hannahstrange)

    Sorry I should have included that. It’s thisweekshealth.com. You can see that underneath the post, such as on the front page, it says posted by me on Nov 14th. This is not a blog that we are creating but a magazine, of which I am editor, so these articles will need individual bylines if they have anything at all (in many cases we won’t want anything to show).

    I have tried to hide it using CSS and have followed all of the CSS instructions to do so, but nothing is working. Either I’m doing something really wrong or Oxygen perhaps has an override (I did see something about integrated metadata on posts in the theme description).

    Any thoughts much appreciated!

    I don’t know what you tried, but this should do it — add this to your custom CSS or child theme CSS file:

    .byline, .home.singular .byline {
       display: none;
    }

    Make sure that you are NOT making changes in any theme files — or they will be lost when the theme is updated.

    Hi hannahstrange and WPyogi,

    I am trying to do exactly what you, hannahstrange, described. I put

    .byline, .home.singular .byline {
    display: none;
    }

    in my child theme, but nothing worked. Did it worked on your site?

    The site that I am trying to do that on is – http://www.eventsinbulgaria.com

    I would be very happy if someone already did that and shares his/her experience.

    Thanks!

    Thread Starter hannahstrange

    (@hannahstrange)

    Thanks WPyogi, that worked! I appreciate your help. Yes tutiP, I had success, I posted this in the custom css box in the theme settings section, just on its own, and that sorted everything out.

    Hi, hannahstrange, thanks very much for sharing! I read your post and I tried again, this time it worked! 🙂
    WPyogi thank you too!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot stop metadata (author, date etc) showing up on posts’ is closed to new replies.