• Anyone know how to remove the author name from posts in the diginews theme my website is waukonnewspaper.com

    Any help would be GREATLY appreciated! Thanks

Viewing 1 replies (of 1 total)
  • Hi, it can be done through css.
    In your child theme style.css file you need to put this:

    span.byline{
    display:none
    }

    .byline is the css class currently attached with author name.
    So you are basically hiding it with your css.

Viewing 1 replies (of 1 total)

The topic ‘Remove Author name from diginews theme.’ is closed to new replies.