Good morning. This is my blog: https://viajeros30.com/
In the post, I want to keep the author’s name but I want to remove the URL that leads to the author’s page. At the moment I am redirecting to the ‘about us’ page but I want to remove the URL or, at least, point it to that other page. How could I do that?”
Hello,
as a quick solution will be to use a css to no remove the possibility to click on link. For this please add this custom css to Newspaper > Theme Panel > Custom code> Csutom css
.post header .td-post-author-name a {
pointer-events: none;
}
Another possibility is to use Yoast seo and enable the author archive
I hope this will help you!
Thank you!
Hi thank you
CSS code helps but I don´t understand how it will helps enable author archive on Yoast Seo to remove the URL…
Hi again,
I thought the custom css remove the link but the reality is that only remove the possibility to click on link. Any other option to remove the author link?
