开发者 |
rodrigo recasens
metasigno.com |
---|---|
更新时间 | 2014年4月5日 23:37 |
捐献地址: | 去捐款 |
<?php show_clima();?>
Añadido recientemente, podes traer por separado los valores, de temperatura, humedad, maxima, minima, etc. Usando funciones como <?php show_clima(humedad);?>
mas info en seccion instalacion.
This plugin allows you to bring data from yahoo weather climate, you can raise the temperature to between eleigir
Celsius or Fahrenheit, and the image associated with depending on how this time, rain, clouds, cloudy, etc. You can show by
<?php show_clima();?>
or use the widget. You can show temerature, humydity, wind direction, speed and more using functions like
<?php show_clima(humedad);?>
more info in installation section.
` a la
/ wp-content/plugins / directorio`<?php show_clima(); ?>
en sus plantillas1. Disfrutar
1. Upload
clima.phpto the
/wp-content/plugins/directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Edit options from clima menu in sidebar of the admin
1. Place
<?php show_clima();?>in your templates
1. You can show by the WIGET i add since version 3
1.
<?php show_clima(temperatura); // get temperature
show_clima(humedad); // get humydytyshow_clima(maxima); // get high temperature of the day
show_clima(minima); // get low temperature of the day
show_clima(direccion_viento); // get wind direction
show_clima(velocidad_viento); // get wind speed
show_clima(codigo_clima); // get weather code
show_clima(texto_clima); //get status text
show_clima(manana_maxima); //get tomorrow high temperature
show_clima(manana_minima); // get tomorrow low temperature
show_clima(manana_estado); get tomorrow status
?>`
1. Enjoy