Linux 软件免费装

Clima

开发者 rodrigo recasens
metasigno.com
更新时间 2014年4月5日 23:37
捐献地址: 去捐款

标签

weather temperature clima temperatura yahoo weather celcius farenheit

下载

1.jpg 2.0 2.jpg 9.0

详情介绍:

Este plugin te permite traer los datos del clima de yahoo clima, vas a levantar la temperatura pudiendo eleigir entre Celcius o farenheit, y la imagen asociada a segun como este el tiempo, lluvia, despejado, nublado, etc. Podes mostrar esto mediante un widget o con la funcion <?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.

安装:

  1. Subir clima.php ` a la/ wp-content/plugins / directorio`
  2. Activar el plugin a través del menú 'Plugins' en WordPress
  3. Editar opciones de menú del clima en la barra lateral del admin
  4. Pegar <?php show_clima(); ?> en sus plantillas
  5. Tambien podes usar el WIDGET!! presente desde la version 3
  6. `<?php show_clima(temperatura);
show_clima(humedad); show_clima(maxima); show_clima(minima); show_clima(direccion_viento); show_clima(velocidad_viento); show_clima(codigo_clima); show_clima(texto_clima); show_clima(manana_maxima); show_clima(manana_minima); show_clima(manana_estado); ?>1. Disfrutar 1. Uploadclima.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