mktlab.info

MaKoTo igarashi LABoratory?

mktlab.info random header image

wp-otenki Plugin

Saturday, January 27th, 2007 at 1:16 am · 晴のち曇 最高13度/最低7度 · No Comments · TrackBack URI

投稿時の天気予報を、Livedoor Weather Web Serviceから自動的に取得してくれるプラグインです cool 。ダウンロードはここから。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'] . ')';
//}
?>

 



Tags: wordpress

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment