>>46
$showposts = 1;
で、最新の1件のみ表示!確認しました。

wp-comments-post.phpの
メアドとURL、$_POST['email'] と$_POST['url']
も変えなきゃいけねえのかなあ?

wp-comments-post.php を直接いじるのは気がひけたので
ttp://talons.jp/~sminamijp/index.php?p=180

ttp://talons.jp/~sminamijp/etc/mobile_php.zip
を、参考にして

wp-comments-post.php の
20行目の下に
$author = mb_convert_encoding($author, "UTF-8", "sjis");
51行目の下に
$comment = mb_convert_encoding($comment, "UTF-8", "sjis");
と追加して、名前をwp-comments-post_test.php と変えて(sjisはautoの方がいいのか?どっち?)

wp-mobile.php内は
<form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post_test.php" method="post">

としてみてテスト。

何故か?パソコンからは、コメント化けもせずOKだが、FOMAからだとコメント反映されず!
どっか間違ってる?