• For the life of me I can’t find where in the editor the post author is hidden.

    I just want to place note brackets around it so it doesn’t display. Can you please direct me to where that code is located?

Viewing 1 replies (of 1 total)
  • It is most likely in the index.php file or the single.php that you are referring to if you want to remove it that way.

    You could also add some code to your style.css file such as author { display: none; }

    The downside is that if/when you update your theme, you will lose these changes and start over. Best practice would be to create a child theme and do your editing in there.

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding post author?’ is closed to new replies.