WordPress and UTW Upgrade
03-Apr-07Why on earth has my ‘post_type’ column on my wp 2.0.x based blog no default value? Ultimate Tag Warrior UTW3-14159265 will break and show no tags. If anyone else has this problem, add $typelimitsql = "(post_status = ‘publish’ OR post_status = ‘static’)"; // From previous version of utw$typelimitsql = "(post_status = ‘publish’ OR post_status = […]