[bump]
Been trying to no avail – It is strange as it works with feeds and posts but not categories.
I can’t find anything in the documentation about this so maybe it is worth a bug report?
Sorry, the
$displayCategories = "1,2,3,4";
should be
$displayCategories = array ("1", "2", "3", "4");