Need help? Check out our Support site, then


Trying to remove author from Forever theme

  1. We have multiple authors on this blog site and when someone is posting something it is putting their username even though they may not have been the "author" put the person who posted the article. Is there a way to remove the "author" in the Forever theme?

    Thank you

    The blog I need help with is mopsofkennettsquare.wordpress.com.

  2. Yes, I believe you can remove the display of author names by purchasing an annually renewable custom design upgrade and doing the required CSS editing. I'll flag this thread so it gets moved to the CSS Forum where you can get a definitive answer to your question.

  3. If you want to keep the author and just set it to the correct person, you can do that from the edit page. Look for the "Author" box and just select the correct author.

    Or, if you want to use CSS to do it, that's possible.

    To hide the author name on posts in the Forever theme, add this to your Appearance → Custom Design → CSS page:

    .byline {
        display: none;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic