Forums

[Plugin: wp-forecast] Forecast Link (1 post)

  1. neoxx
    Member
    Posted 1 year ago #

    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) . '&amp;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

    http://wordpress.org/extend/plugins/wp-forecast/

Topic Closed

This topic has been closed to new replies.

About this Topic