I managed to get the plugin to recognise the tags I used previously, but still cannot get CJ's UTW Tag Cloud to work.
Here's the code I used, from the fix that you stated.
$typelimitsql = "(post_type = 'post' OR post_type = '' AND post_status != 'static')"; // include pages // $typelimitsql = "(post_type = 'post')"; // don't include pages - comment this out if you want!!
I tried both
$typelimitsql = "(post_type = 'post' OR post_type = 'page' OR post_type = '')"; and $typelimitsql = "(post_type = 'post' OR post_type = '' AND post_status != 'static')";
on the first line of the
$typelimitsql = "(post_type = 'post' OR post_type = '' AND post_status != 'static')"; // include pages // $typelimitsql = "(post_type = 'post')"; // don't include pages - comment this out if you want!!
block, both did not managed to get the Tag Cloud working...(actually do not really know what I'm doing...just copy and paste the different combinations...)