I have figured out how to remove the Author link on the Blog Posts Page (where all posts show up in a list) and in individual posts, but in the Category Archive pages, there is still a link to the Author Archive on my name (this currently redirects to my homepage). I have already unchecked the box of things that can be shown on the Blog Layout > Blog Meta Elements section. In Yoast SEO plugin > Search Appearance > Archives tab I have disabled Author Archives.
I need to get rid of the link where my name is shown as the author of posts listed on the Category Archives Page. Getting rid of my name entirely would be fine as well since I’m the only author on the blog.
Thanks for any help.
Website: https://gatehealing.com
Jon
Hey gatehealing,
You can use the following css code to remove the author link in the archive pages manually.
.text-sep-cat, span.blog-author.minor-meta {
display: none;
}
Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the code.
Thank you for using Enfold.
Best regards,
Ismael
Thanks! By toggle File Compression settings, do you mean just go in the CSS dropdown and the JS dropdown, disable both, then save, then enable both, then save?
Hi,
You will see a checkbox at the very bottom of the page under Enfold->Performance, please check/toggle that and save in order to delete the old CSS and JS files.
Best regards,
Rikard
It says to only do that if NOT using a caching program. I am using WP super cache. Should I still do this?
Hi gatehealing,
Yes, you can still do that. And clear the WP super cache too.
Best regards,
Victoria
Great! Thanks y’all. Think we cna close this thread.
J