Home > Wordpress Plugin

Wordpress Plugin for The Moon

Shows the current phase of The Moon, it's Zodiac sign and the date of the next lunar eclipse.

Description

This plugin allows you to add The Moon to your post, page or sidebar. It will show a graphical representation of The Moon, along with additional information such as the name of the current phase, the percentage of the moon that is illuminated, the age of the moon, the current constellation that the moon is inside, and the date of the next lunar eclipse.

Features

Usage

  1. Via Appearance > Widgets in your Wordpress admin console. Click the + button and then click "The Moon" to add it to your sidebar or other widget section.
  2. Via the shortcode [themoon], you can add this to any post or page. See the FAQ below for customization options.

Privacy

This plugin does not:

Installation

Wordpress
  1. In your Wordpress Admin section, select Plugins > Add New and then search for "The Moon", or click this link.
  2. Click Install
  3. Return to the listing of your plugins. Find "The Moon" and click "Activate".
Manually
  1. Download zip file.
  2. Go to Plugins > Add New > Upload Plugin and upload the zip file.
OR
  1. Download zip file.
  2. Decompress the zip file and using an FTP program to copy the contents to the /plugins/ folder of your Wordpress installation.
  3. Go to the Plugins page of your Wordpress admin console and activate the plugin.

Frequently Asked Questions

How to add via a widget
  1. In your Wordpress admin console go to Appearance > Widgets.
  2. Click the + button and then click "The Moon" to add it to your sidebar or other widget section.
  3. Click "Update" to save the changes.
  4. You can click on "The Moon" widget to show a customization form. The available options are:
    A. Background color
    B. Maximum size of the widget
    C. Whether to show an arrow on the edge of the moon's terminator shadow showing the direction that it is moving.
How to add via a shortcode
  1. When editing a post or page, add a shortcode block and type [themoon]
  2. You can customize some options by including them in your shortcode.
    A. Background color. The default is transparent. [themoon color="#ff00ff"]
    B. Maximum Width in pixels. The default is no maximum. [themoon maxwidth="250"]
    C. Whether to show an arrow on the edge of the moon's terminator shadow showing the direction that it is moving. The default is to show the arrow. [themoon hidearrow="1"]
  3. Full customization example: [themoon color="#ff00ff" maxwidth="250" hidearrow="1"]