Hello,
How to Remove link from single post title and featured image link??? Because, that is very BAD for SEO if you have same href (link) inside post for same post…
I am very disappointed with this move he has done with Enfold…That means you are not a SEO friendly WordPress theme…
Hey evilmc,
The image links to the media attachment page, does that still mean that the theme is not SEO friendly? What does SEO friendly mean exactly by the way?
Best regards,
Rikard
Can you help me how to remove (HREF) link from single post title and featured image? I dont want to have media attachment page for my posts.
Thank you!
Hi,
Add this to quick css:
.post-title.entry-title a, .entry-content a img{
pointer-events: none!important;
cursor: default!important;
}
Best regards,
Jordan Shannon
I add your quick css, title is removed…but, featured image no.
#top.single-post .post-title.entry-title a, .entry-content a img{pointer-events: none!important;cursor: default!important;}
Hi,
Add this also:
p a.aligncenter{
pointer-events:none!important;
}
Best regards,
Jordan Shannon