• Resolved annaramos

    (@annaramos)


    Can anyone help me remove the author name from my posts? i’m using Point theme. Help, anyone!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi annaramos,

    Go to your admin panel, chose Appearance / Theme Options, chose single post settings and set author box to “off”.

    Hope this helps.

    I also wanted to remove author name on the home page and above the post content. I added this CSS to hide it (also hides post date).

    .post-info { display: none; }

    Thread Starter annaramos

    (@annaramos)

    @weakvessel, that didn’t work for me.
    @neilpayne, I would like to keep the post date.

    To anyone who might be having the same problem with the author byline for Point theme, here’s what I did, I added this to the CSS:

    .theauthor { display: none;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove author from Point?’ is closed to new replies.