投稿時の天気予報を、Livedoor Weather Web Serviceから自動的に取得してくれるプラグインです
。ダウンロードはここから。wp-otenki.phpを以下のように修正。
<?php
//' alt="' .$otenki['otenki'] . '" height="20px" />'; modified by MKT
' alt="' .$otenki['otenki'];
if($otenki['max'] != " && $otenki['min'] != ") {
echo ' 最高' . $otenki['max'] . '度/最低' . $otenki['min'] . '度';
}
echo '" />';
//if($otenki['max'] != " && $otenki['min'] != ") { comment by MKT
// echo '(' . $otenki['max'] . '/' . $otenki['min'] . ')';
//}
?>

0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment