Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1098682

    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…

    #1099133

    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

    #1099253

    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!

    #1099370

    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

    #1099400

    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;}

    • This reply was modified 5 years, 6 months ago by evilmc.
    #1099421

    Hi,

    Add this also:

    p a.aligncenter{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.