Hi.
Sorry for the late response. To remove the author bio from all posts, you must uncheck the “Show author bio on single post” option under “Appearence> Customize> General theme settings”.
Yes, my problem is that the option *is* unchecked but the author bio is still showing. You can check any of the entries – https://faeriewigs.com/blog/.
Hi,
Thanks for your feedback.
I will fix this issue in the new update.
Hi again,
Theme update released.
Can you check the relevant setting again?
It’s not fixed – http://www.faeriewigs.com/blog. Do I need to do anything to update the theme?
Yes, you must update the theme to version 1.0.0 from Dashboard > Updates page.
Then you should uncheck the “Show author bio on single post” option under “Appearence > Customize > General theme settings”.
(Even if this setting is unchecked, check it, save it, and then uncheck it again.)
It’s working now – thank you!
You’re welcome.
Best regards…
Hi Tamer – I’m sorry to say that whatever fix was provided is no longer working – I have bios on every post again. Can you tell me again where to run the theme update?
Hi,
From Dashboard > Updates page.
Then you should uncheck the “Show author bio on single post” option under “Appearence > Customize > General theme settings”.
(Even if this setting is unchecked, check it, save it, and then uncheck it again.)
I’ve done that already, it’s still not working – https://faeriewigs.com/blog/.
This problem may be caused by a plugin you use. (For example a cache plugin, in this case you need to clear the cache.)
First of all, you must be sure of this.
If the problem still persists, then you can fix it with css.
Add the following code to the box at Appearance > Customize > Additional CSS:
.author-info {
display: none;
}