• Kaye

    (@wahmaholic)


    I’ve used it dozens of times for client sites but this is the first time double thumbnail images appear on some posts. See:

    http://littleyayas.com/

    Not all posts have double images. I wonder what triggers that issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I just started having the same problem too. Did you ever find an answer?

    I have the same issue with thumbnail-for-excerpts plugin

    you have to add // to line 19 :
    add_filter(“the_excerpt”,”tfe_put_image”);
    so it becomes
    //add_filter(“the_excerpt”,”tfe_put_image”);
    or simply remove this line

    Vlad

    (@dstzloi)

    Thank you yamaryam!!! i spent 3 hours trying to find this fix!

    Sunny Ujjawal

    (@sunnyujjawal)

    @yamaryam: Not solved after this

    //add_filter(“the_excerpt”,”tfe_put_image”);

    , I lost all thumbnails

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Double Thumbnail Images’ is closed to new replies.