Movable Type to WordPress Link Check Utility

This utility can help discover individual post permalinks that may not work correctly when moving from Movable Type to WordPress. This was tested with MoveableType 3.3 and WordPress 2.3. It assumes that you have already taken action described in the WordPress documentation to force Wordpress to use the Movable Type structure.

NOT LINKED'; break; case 1: $find_status = 'LINKED'; break; default: $find_status = 'NOT LINKED'; break; } echo "\n"; echo '\n"; echo "\n"; mysql_select_db($mt_db_name) or exit(); } mysql_close($dbms_link); ?>
MT Entry Title MT Entry Name MT Entry Creation Date Linked?
'. $row['entry_title'] . '' . $row['entry_basename'] . '' . $row['entry_created_display'] . '' . $find_status . "