Viewing 3 replies - 1 through 3 (of 3 total)
  • OH MY I FIGURED IT OUT!! After searching and searching, some return value on one of their functions must have changed. Just delete the section of code below in the plugin file (pinterest-rss-widget/pinterest-rss-widget.php) and the images will show up again! YAHOO!!
    } else if ( $useenclosures == ‘yes’ && $enclosure = $item->get_enclosure() ) {
    $enclosure = $item->get_enclosures();
    $content .= ‘<img src=”‘.$enclosure[0]->get_link().'”‘;
    $content .= ‘ alt=”‘.$item->get_title().'”/>’;

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Please update to the latest version and let me know if it solves your problem.

    Thread Starter abeautifulrescue

    (@abeautifulrescue)

    Updating worked like a charm! Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images are not appearing with WP 3.5 upgrade’ is closed to new replies.