Add astrology charts and calculators powered by Prokerala Astrology API to your WordPress blog in seconds.
- Daily Horoscope Predictions
- Numerology Calculators
- Daily Panchang Calculators
- Panchang
- Auspicious Period
- Inauspicious Period
- Choghadiya
- Horoscope Calculators
- Birth Details
- Charts
- Kundli
- Mangal Dosha
- Kaalsarp Dosha
- Papasamyam
- Planet Position
- Sade-Sati
- Marriage Matching Calculators
- Kundli Matching
- Nakshatra Porutham
- Thirumana Porutham
- Porutham
- Papasamyam Check
- Western Astrology
- Western Charts
- Natal Chart
- Transit Chart
- Progression Chart
- Solar Chart
- Synastry Chart
- Composite Chart
The reports can be enabled on you block using blocks or shortcodes.
The plugin adds a new block name Astrology Reports to the block editor.
If you are unable to use the block editor, then you can also activate the plugin using the short code astrology
.
[astrology report="REPORT_NAME"]
Where REPORT_NAME
must be one of following
AuspiciousPeriod
BirthDetails
Chart
Choghadiya
DailyPrediction
InauspiciousPeriod
KaalSarpDosha
Kundli
KundliMatching
MangalDosha
NakshatraPorutham
Numerology
Panchang
Papasamyam
PapasamyamCheck
PlanetPosition
Porutham
SadeSati
ThirumanaPorutham
WesternChart
CompatibilityChart
-
result_type
In calculators that support
basic
andadvanced
results, the result type can be forced using theresult_type
attribute. Settings this attribute will remove the corresponding input fields from the form.[astrology report="Kundli" result_type="advanced"]
Available for
- Kundli
- Panchang
-
chart_style
You can set the
chart_style
attribute to one ofnorth-indian
,south-indian
oreast-indian
to force the result chart style. Setting this attribute will remove the corresponding input fields from the form.[astrology report="Kundli" chart_style="south-indian"]
-
display_charts
The
display_charts
option allows showing Rasi / Navamsa chart in Kundli result. This will cost two additional API calls. The value of the attribute must belagna,navamsa
.[astrology report="Kundli" display_charts="lagna,rasi"]
-
sign
By default, the DailyPrediction report will display predictions for all zodiac signs. You can use limit the result to a single zodiac sign using the
sign
attribute. This may be used to create separate page for each zodiac sign or to insert advertisement between the result. -
date
By default, the
DailyPrediction
report will display predictions for the current date. If required, the default behaviour can be changed by setting thedate
attribute toyesterday
,today
ortomorrow
.[astrology report="DailyPrediction" date="tomorrow"]
-
coordinate
By default, the
Panchang
report will display panchang for Ujjain, Maharashtra. If required, the default behaviour can be changed by setting attributecoordinate
.[astrology report="Panchang" date="tomorrow" coordinate="23.179300,75.784912"]
-
report_type
By default, the
WesternChart
report displays the natal chart. The default behaviour can be modified by setting thereport_type
attribute. Allowed values arenatal-chart
,transit-chart
,progression-chart
,solar-return-chart
,synastry-chart
, andcomposite-chart
.[astrology report="WesternChart" report_type="natal-chart" ]
-
display_options
By default, the
WesternChart
report displays the chart. The default behaviour can be modified by setting thedisplay_options
attribute. Allowed values arechart
,aspect-chart
,planet-positions
,planet-aspects
andall
. You can specify multiple types by separating them with comma, or use the special valueall
to display everything.[astrology report="WesternChart" report_type="natal-chart" display_options="chart,aspect-chart,planet-positions,planet-aspects"] [astrology report="WesternChart" report_type="natal-chart" display_options="all"]
-
report_type
By default, the
CompatibilityChart
report displays the synastry chart. The default behaviour can be modified by setting thereport_type
attribute. Allowed values aresynastry-chart
, andcomposite-chart
.[astrology report="CompatibilityChart" report_type="synastry-chart" ]
-
display_options
By default, the
CompatibilityChart
report displays the chart. The default behaviour can be modified by setting thedisplay_options
attribute. Allowed values arechart
,aspect-chart
, andplanet-aspects
. You can specify multiple types by separating them with comma, or use the special valueall
to display everything.[astrology report="CompatibilityChart" report_type="synastry-chart" display_options="chart,aspect-chart,planet-aspects"] [astrology report="CompatibilityChart" report_type="composite-chart" display_options="chart,aspect-chart,planet-positions,planet-aspects"] [astrology report="CompatibilityChart" report_type="synastry-chart" display_options="all"]
You can use the following attributes to localize the form / result. View available languages for each report from https://api.prokerala.com/docs#tag/Daily-Panchang
-
form_language
You can set the
form_language
attribute to one ofen
,hi
,ml
,ta
, orte
to set localization for forms. For western reports you can set theform_language
attribute to one ofen
, orde
for[astrology report="Kundli" form_language="en"] [astrology report="WesternChart" report_type="natal-chart" form_language="de"]
-
report_language
You can set the
report_language
attribute to one ofen
,hi
,ml
,ta
, orte
to add language select fields for forms. For western reports you can set thereport_language
attribute to one ofen
, orde
for[astrology report="Kundli" report_language="en"] [astrology report="WesternChart" report_type="natal-chart" form_language="de"]
-
Do I need an account to use this plugin?
Yes, you need to signup for an account at https://api.prokerala.com to use this plugin.
-
Do I need a paid subscription?
No, you can start using the plugin with our free subscription.
Prokerala.com is an astrology service provider with over 10 years of web presence. Our experienced team of astrologers and programmers have succeeded in creating an absolutely reliable astrology platform which is today trusted by millions of dedicated users including professional astrologers and ardent astrology enthusiasts.
Prokerala Astrology API is in pursuance of our efforts to make astrology services and information accessable for everyone. Our simple API empowers you to get started with your own astrology services. You'll be up and running in a jiffy!
The directory layout for this plugin was inspired by WPPlugin by wppunk.
The composer dependency management code is based on Google Site kit.