Viewing 1 replies (of 1 total)
  • Thread Starter openboxstudios

    (@openboxstudios)

    If anyone else see’s this and seems to be having the same problem. I fixed it with this:

    add_filter( 'wp_feed_cache_transient_lifetime', create_function('$a', 'return 900;') );

    It was a stale content issue and the fetch_feed cache.

Viewing 1 replies (of 1 total)
  • The topic ‘Feed Dead’ is closed to new replies.