スマホ用には最初 ktai style に jQuery Mobile で作った独自テーマという環境を試してみたのだけれど、結局 WPtouch で行くことにした。 これも余分な br タグがつくので修正する。テーマを変えるには直接ファイルを編集するしかないようなので、wptouch/themes/default をコピーして wptouth/themes/hetarena を作成。wptouch/themes/hetarena/functions.php に先のエントリの内容を追記。最後は wptouch/wptouch.php を修正。
— wptouch.php.orig 2011-09-04 14:51:42.000000000 +0900 +++ wptouch.php 2011-09-04 15:48:39.000000000 +0900 @@ -595,7 +595,7 @@ function get_stylesheet( $stylesheet ) { if ($this->applemobile && $this->desired_view == 'mobile') { – return 'default'; + return 'hetarena'; } else { return $stylesheet; } @@ -604,7 +604,7 @@ function get_template( $template ) { $this->bnc_filter_iphone(); if ($this->applemobile && $this->desired_view === 'mobile') { – return 'default'; + return 'hetarena'; } else { return $template; }
今回気づいたのだけれど、改行の替わりに空白が入っているのが気になると言えば気になる。でも、そこまでこだわるのは面倒。それよりも、いい加減新しいサイトを案内できるようにしなければ。 そうそう、デフォルトメニューでメールアドレスが公開されてしまうので、それが嫌ならば「Enable Email Menu Item (Uses default WordPress admin e-mail)」は無効化しておかねばならない。