-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
26 lines (19 loc) · 989 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#=== Sunrise/Sunset ===
Contributors: ben.greeley
Tags: sunrise, sunset, shortcode, widget
Requires at least: 3.0.1
Tested up to: 4.1
Stable tag: .5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A WordPress plugin to display sunrise and sunset times for a given latitude and longitude.
#== Description ==
Plugin displays sunrise/sunset information for a passed latitude/longitude (defaults to Waterville, Maine).
Sun/moon graphic by RPH Studio (http://www.rphstudio.com)
# Installation
Simply copy the folder into your wp-content/plugins directory and activate for the sites you wish to use plugin on.
Once activated, use the [sunrisesunset lat="" long=""] shortcode to display sunrise/sunset data wherever you want.
If you do not wish to display the moon/sun graphic, pass the attribute 'graphical="false"' to the shortcode.
# Changelog
<h3>.5</h3>
Initial Release. Will add widget functionality in future release to tie in with existing shortcode.