if ($comments > 0) {
            //shows 1 comment instead of 1 comm. if comments ==1
            //langugage file modified accordingly
            if (1 == $comments) {
                $theItem['comments'] = ' ' . _MD_PUBLISHER_ONECOMMENT . ' ';