>>49
>>50
ありがとうー
やはり、wp-mobile.plugin.phpのせいでしたか・・
wp-mobile.plugin.php を使用しないで、直接wp-mobile.phpを打つと
コメントもOKだったので、wp-mobile.plugin.phpのせいだとは気付いたのだけど・・

やってみたら、うまく行った。
あー幸せな週末♪ 後は、今晩のサッカーだ!ありがとー

WordPress Mobile Edition version 1.6, 2004-08-02
が出てるので、それでテストしてるよ。

version 1.5から、変わったのは、wp-mobile.php 15.16行目の
ini_set ('display_errors', '1');
ini_set ('error_reporting', E_ALL);

ini_set ('display_errors', '0');
ini_set ('error_reporting', E_PARSE);
に変わって

271行目
$comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date");

$comments = $wpdb->get_results("SELECT *
FROM $tablecomments
WHERE comment_post_ID = '$id'
AND comment_approved = '1'
ORDER BY comment_date"
);

と変わってる。何の事か?わからないけどね。