hi hans!
thanks for your plugin. - works great in wp 2.5.1.
what do you think about the idea to additionally include an optional link to the forecast on accuweather in future versions?
$out .= '<a target="_blank" href="http://www.accuweather.com/world-index-forecast.asp?locCode=' . get_option('wp-forecast-location'.$wpfcid) . '&metric=1">';
if ( $locname != "" )
$out .= $locname."</a></div>\n";
else
$out .= $w["city"]." ".$w["state"]."</a></div>\n";
it would also be great if the string 'current temperature' (next to the symbol) could be optional.
cheers
berny