Nothing, i found that there’s some Google searches pointing to my “spam” URLs, asking for removal. Then i modify my theme search result page, to avoid any “echo” of the spam message. But, unfortunately, sometimes (once/twice a week) my log raised another error 🙁
I have noticed that limit don’t work just for homepage widget
Ok, i’ve searched and i’ve just found a fix:
Look for line:
$json = strstr( $json, ‘{“entry_data”‘ );
and change it to:
$json = strstr( $json, ‘window._sharedData = ‘ );
$json = str_replace(‘window._sharedData = ‘, ”, $json);
If you are lucky enought, widget will work again 🙂 I found this FIX on support forum.
Michele
YES YES YES !!! It works perfectly…thanks a lot !!!! If you wanna try, you can download full plugin code from http://www.openitaly.net/wp
Michele “O-Zone”