Hi! This must of been asked before, but I couldn’t find it by searching.
On blog posts, the link that displays the blog name links to the same page. This is a stupid feature from SEO perspective, and shouldn’t be by default.
How do I remove that link?
Hi QBDSwedenAB!
use this code in Quick CSS:
.entry-content-wrapper .post-title {
pointer-events: none;
}
Cheers!
Andy