[ad_1]
Hello,
I did a quick review and it seems that some plugin is adding that as what I recall is WordPress by default doesn’t show the Email Address in the Post information.
The plugin which I feel can be causing this is Booter Extension, do you remember with what intention that plugin is added?
As a simple workaround, I can suggest you to hide the email address via CSS.
You can add the below CSS. Navigate to Appearance -> Customize section of your dashboard, scroll down to the bottom of the page and click Additional CSS
.be-author-meta.be-author-email {
display: none;
visibility: hidden;
}Hope this information helps.
Thank you!
Thank you so much.
I deactivated that Booster plugin and it has resolved the issue.
I am very grateful for your help as I have been messing around for hours trying to resolve this.
Much appreciated.
Regards
Happy to help @yorkermiles
Kindly mark this topic as resolved and if you come across any other issues please feel free to start the new thread.
Thank you!
