Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

Suntimes Widget

Deskripsyon

Displays sunrise and sunset times for locations in widgets

Mga Screenshot

  • The suntimes widget

Pag-install

This section describes how to install the plugin and get it working.

  1. Go to the Plugins page in the admin area, search for suntimes widget and install it.
  2. Or Extract suntimes-widget.zip in the /wp-content/plugins/ directory. This will create a subfolder called suntimes-widget containing the plugin files.
  3. Activate the Suntimes Widget through the ‘Plugins’ menu in WordPress
  4. Go to appearance->widgets, add the widget to a widget area and then add the title, latitude and longitude.
  5. Google Maps will give you a longitude and latitude of the location you would like the sunrise and sunset times for.

FAQ

Where are the options?

On the widget page.

Where to report bugs, ask for support or suggest features?

At the plugin page.

Mga Review

Abril 19, 2019
It’s a great shame but this very handy widget no longer seems to work under 5.1
Oktubre 30, 2018
This example helped me a lot with the basics of plugin/widget development. The times for sunset/sunrise etc. are retrieved by calling a web service. I later found out that (depending on the php version available) the data can be calculated using the built-in function date_sun_info i.e. without the need to call an external web service. Implementing the aforementioned date_sun_info instead of the web service is simple.
Basahin lahat ng 2 na review

Mga Contributor at Developer

Ang “Suntimes Widget” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “Suntimes Widget” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

0.9.2

DST related bugfix

0.9.1

Bugfix

0.9

Initial version