tried to change this line
$the_query = new WP_Query(“cat=$feat_id&showposts=$limit”);
to :
$the_query = new WP_Query(“showposts=5”);
Ppl suggestes that it works, but for me not. I switched off all my plugins and still not working.
Found a page where it works : Link