Chinese horoscope tool

Chinese horoscope

Description

Calculates the four pillars of the Chinese horoscope based on the (birth) date.

A Chinese horoscope according to the T’zu Ping system consists of four pillars. The pillar of the year is the one everyone talks about, but it’s actually the least important. The most important pillar for the character is the day of birth, followed by the month of birth, then the pillar of the hour of birth, and finally the pillar of the year of birth. Each pillar (year, month, day, hour) is influenced by one of the twelve animal signs which comes in five elementary variants, and one of the five elements which comes in a yin and yang variant.

This plugin generates the following three descriptions of each pillar:

  1. Day pillar: Character of the animal sign, its variant and the element
  2. Month pillar: Character of the animal sign, its variant and the element
  3. Hour pillar: Character of the animal sign, its variant and the element
  4. Year pillar: Character of the animal sign, its variant and the element

e.g. Rooster, Fire Rooster, Yang Wood

The twelve signs are Rat, Ox, Tiger, Hare, Dragon, Snake, Horse, Goat, Monkey, Rooster, Dog, Pig
The five elements are Fire, Wood, Earth, Metal, Water.

Software designed only for years after 1900. The horoscope is calculated with the solar time.

In the setting page you can easily change/adjust the following:

  • Descriptions of the twelve signs
  • Descriptions of the five variants of each of the twelve signs (e.g. Fire Rat)
  • Descriptions of the five elements and their yin and yang types (e.g. Metal Yang)
  • Change the language

You can change your settings in the wp-admin menu.
Settings > Chinese Horoscope Pro

Lifetime license: 49 euro (excl. vat)

included lifetime updates

Maximum number of websites per license: 2
To be used for a live site and a test site.

  1. Once you’ve purchased your Chinese Horoscope plugin, you get an email with a license key and a downloadlink. Download the .zip file. The .zip file contains the latest version of the Chinese Horoscope plugin.
  2. Upload the plugin to your WordPress website. There are 2 ways to do this:
    1. The Preferred way is via the WordPress Admin: Open your WordPress admin panel, go to Plugins » Add new » Upload, and select the .zip file that you downloaded.
    2. An alternative, in case the WordPress Admin Upload does not work: Unzip the file that you downloaded. Open your WordPress installation folder using any FTP manager it could be Cyberduck, FileZilla, Total Commander. Go to the wp-content/plugins/ folder of WP and upload the ‘nine-star-ki’ folder you previously unzipped.
  3. Activate the plugin.
  4. Add the Nine Star Ki tool in a page or widget by using the Shortcode block in the Block Editor and fill in this shortcode: [chinesehoroscopepro]
  5. In the WordPress Admin menu select Settings > Chinese Horoscope Pro
    fill in your license key and click on ‘Save changes’

This plug-in is available in 17 languages.

  • Arabic
  • Chinese (Mandarin)
  • Dutch
  • English
  • French
  • German
  • Hindi
  • Indonesian (Javanese)
  • Italian
  • Japanese
  • Malay
  • Persian (Farsi)
  • Polish
  • Portuguese
  • Spanish
  • Russian
  • Turkish

The translations have been made with Google translate from Dutch so they won’t be perfect but in your Nine Star Ki settings you can easily adjust the texts.

If you are a little familiar with building websites you can adjust all translations.
location language files: /wp-content/plugins/chinese-horoscope-pro/languages/

In the language files, all used texts are defined in strings. You can adjust the text and save the file.

If you want to add your own language follow these steps:

  1. use this file: use-this-file-for-custom.php
  2. Make your translations in ‘use-this-file-for-custom.php’
  3. Change the filename to:
    custom-chho.php
  4. Save it in the same directory.
    This is safe, because this file won’t be updated.
  5. Go to the Chinese Horoscope Pro Settings
  6. Check ‘Restore default texts of chosen language’ and click on ‘save changes’

If the custom-chho.php file is present, this file will always be used, no matter what language you select in the Chinese Horoscope Pro settings page. If you change the file name (e.g. custom-chho-old.php) or delete it, you will be able to select the languages.

You can adjust the style to your own preferences in the stylesheet file chho-styles.css
All the content of the plug-in is closed-in the div-tag with the class name “container-chho”, so you can access and change the styles of all tags.
location stylesheet: /wp-content/plugins/chinese-horoscope-pro/css/chho-styles.css