• Hey Guys,

    Another post helped me solve the “This RSS feed URL is deprecated” issue.

    Change:

    $items = array_slice($feed->items, 0, $atts[‘limit’]);

    To:

    $items = array_slice($feed->items, 1, $atts[‘limit’]);

    Hope this helps someone ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hack for new Google RSS’ is closed to new replies.