WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: astrology (Used by 64 domains)

Astrology

👤 Prokerala 📦 v1.5.0 🔗 Plugin Homepage

Turn your WordPress blog into a full astrology site, powered by Prokerala‘s astrology API.

Features

  • Free
  • Easy to setup

Available Services

  • 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 Charts
    • Natal Chart
    • Transit Chart
    • Progression Chart
    • Solar Chart
    • Synastry Chart
    • Composite Chart

Usage

  • Install and activate the plugin on your WordPress dashboard.
  • Enter you Prokerala API client id and client secret in the plugin settings page.
  • Create a blog post or a page and add the report form.

The reports form can be added to a page using the block editor or using shortcode.

Blocks

The plugin adds a new block name Astrology Reports to the block editor.

Shortcode

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

Shortcode attributes

  • result_type

    In calculators that support basic and advanced results, the result type can be forced using the result_type attribute. Settings this attribute will remove the corresponding input fields from the form.

    [astrology report="Kundli" result_type="advanced"]
    

    Available for

    • Kundli
    • Panchang

Report Specific Options

Chart

  • chart_style

    You can set the chart_style attribute to one of north-indian, south-indian or east-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"]
    

Kundli

  • 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 be lagna,navamsa.

    [astrology report="Kundli" display_charts="lagna,rasi"]
    

DailyPrediction

  • date

    By default, the DailyPrediction report will display predictions for the current date. If required, the default behaviour can be changed by setting the date attribute to yesterday, today or tomorrow.

    [astrology report=”DailyPrediction” date=”tomorrow”]

  • 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.

    [astrology report=”DailyPrediction” date=”today” sign=”aries”]

  • type

    By default, the DailyPrediction report shows predictions of the general type. You can customize the type of prediction displayed by using the type attribute. Allowed values are general, career, health, and love.

    [astrology report=”DailyPrediction” date=”today” sign=”aries” type=”career”]

DailyLovePrediction

  • date

    By default, the DailyLovePrediction report displays predictions for the current date. You can override this by setting the date attribute to yesterday, today, or tomorrow.

    [astrology report=”DailyLovePrediction” date=”tomorrow”]

  • sign_one

    By default, the DailyLovePrediction report displays predictions for aries as the primary partner. You can change the zodiac sign by using the sign_one attribute.

    [astrology report=”DailyLovePrediction” date=”tomorrow” sign_one=”aries”]

  • sign_two

    By default, the DailyLovePrediction report displays predictions for aries as the secondary partner. You can change the zodiac sign using the sign_two attribute.

    [astrology report=”DailyLovePrediction” date=”tomorrow” sign_one=”aries” sign_two=”aries”]

Panchang

  • coordinate

    By default, the Panchang report will display panchang for Ujjain, Maharashtra. If required, the default behaviour can be changed by setting attribute coordinate.

    [astrology report=”Panchang” date=”tomorrow” coordinate=”23.179300,75.784912″]

  • tz

    By default, the Panchang report will set timezone to UTC. If required, the default behaviour can be changed by setting attribute tz. The tz attribute accepts any valid timezone identifier supported by PHP’s DateTimeZone class. Examples include UTC, Europe/London, America/Los_Angeles, etc.

    [astrology report=”Panchang” date=”tomorrow” coordinate=”23.179300,75.784912″ tz=”Asia/Kolkata”]

WesternChart

  • report_type

    By default, the WesternChart report displays the natal chart. The default behaviour can be modified by setting the report_type attribute. Allowed values are natal-chart, transit-chart, progression-chart, and solar-return-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 the display_options attribute. Allowed values are chart, aspect-chart, planet-positions, planet-aspects and all. You can specify multiple types by separating them with comma, or use the special all value 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”]

CompatibilityChart

  • report_type

    By default, the CompatibilityChart report displays the synastry chart. The default behaviour can be modified by setting the report_type attribute. Allowed values are synastry-chart, and composite-chart.

    [astrology report=”CompatibilityChart” report_type=”synastry-chart” display_options=”all”]

  • display_options

    By default, the CompatibilityChart report displays the chart. The default behaviour can be modified by setting the display_options attribute. Allowed values are chart, aspect-chart, planet-aspects, and all. You can specify multiple types by separating them with comma, or use the special all value 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”]

Localization

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 of en, hi, ml, ta, or te to set localization for forms.
    For western reports you can set the form_language attribute to one of en, or de 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 of en, hi, ml, ta, or te to add language select fields for forms.
    For western reports you can set the report_language attribute to one of en, or de for

    [astrology report="Kundli" report_language="en"]
    [astrology report="WesternChart" report_type="natal-chart" form_language="de"]
    
DomainExposuresHeadersLast Checked
d*n*z.net (WP 6.9.4) F 2026-05-04 04:20:09
p*n*i*j*h*l*o.com (WP 6.9.4) F 2026-05-03 11:45:27
p*n*h*y*m.com (WP 6.9.4) F 2026-05-03 09:56:40
m*n*k.hu (WP 6.7.5) F 2026-04-29 14:03:44
q*i*r*a*e*g*z*r.com (WP 6.9.4) F 2026-04-29 02:21:41
m*r*c*e*o*t*e*o*n.com F 2026-04-29 00:52:51
v*k*o*i*h*r*t.com (WP 6.9.4) F 2026-04-28 06:22:51
b*a*y*p*a*.com (WP 6.9.4) F 2026-04-27 01:31:32
a*m*o*c*l*.com (WP 6.9.4) F 2026-04-26 16:32:52
l*m*e*e*s*r*.com (WP 6.9.1) F 2026-04-25 13:47:25
a*t*o*o*y*d*s*e*.com (WP 6.9.4) C 2026-04-25 12:17:49
a*t*o*i*e*e*s*n*.com (WP 6.5.3) F 2026-04-25 11:30:40
a*t*o*u*a*e.com (WP 6.9.4) F 2026-04-25 11:06:54
a*t*o*a*c*l*t*r*.com (WP 6.9.4) D 2026-04-25 10:45:46
a*t*o*n*l*h*p*.com (WP 6.7.1) F 2026-04-25 10:35:05
a*y*m*v*s*u.com F 2026-04-23 06:42:16
c*a*u*d*s*a*i*i.com (WP 6.9.4) F 2026-04-22 17:34:49
d*a*r*i*d*v.com (WP 6.9) F 2026-04-20 22:05:58
h*n*n*w.com (WP 6.9.4) F 2026-04-19 20:03:32
o*l*n*a*h*r*.com (WP 6.9.4) F 2026-04-18 23:21:57
s*a*s*i*h*a*.com D 2026-04-18 20:21:08
b*b*l*c*a*.com (WP 6.9.4) F 2026-04-18 19:05:22
d*l*i*a*i*s*r*.com (WP 6.9.4) F 2026-04-17 21:27:15
t*i*d*s*r*l*g*.com (WP 6.9.4) F 2026-04-17 14:21:49
h*l*a*t*o.com (WP 6.9.4) F 2026-04-17 09:57:40
v*k*o*i*h*r*t.de (WP 6.9.4) D 2026-04-14 10:31:40
h*r*h*r*a*a*m*k.com (WP 6.9.4) F 2026-04-14 07:15:56
b*l*o*g*k.com (WP 6.9.4) F 2026-04-14 01:26:59
h*i*b*a*a*d*k*l*y.com D 2026-04-12 08:36:02
a*m*y*a.com F 2026-04-11 16:02:04
j*y*e*a*u.com (WP 6.3) ⚠️ F 2026-04-11 09:06:57
m*l*a*a*h*t*d*a*.com F 2026-04-11 03:58:48
e*o*i*n.com (WP 6.8.5) F 2026-04-10 22:13:07
x*v*r*u*a.com F 2026-04-09 13:07:53
t*m*l*o*f*r*u*e.com F 2026-04-08 12:48:13
s*e*e*p*a*a*c*i*e*t.com (WP 6.9.4) F 2026-04-08 06:41:39
s*u*p*t*a*c*i*e*t.com (WP 6.9.4) F 2026-04-08 06:41:39
a*n*r*w*.com (WP 6.9.4) F 2026-04-04 20:12:09
a*s*a*a*i*h*m*r*.com (WP 6.9.4) F 2026-04-04 05:30:43
a*t*o*o*y*x*e*t*.in (WP 6.9.4) 2026-03-26 20:36:24
w*e*p*o*o*.com 2025-11-11 12:36:32
w*e*n*w*.com 2025-11-11 12:36:32
w*n*d*w*y*g*r*t*e*t*.com 2025-11-11 12:17:50
v*d*c*a*t*o.com 2025-11-11 07:39:54
v*d*c*o*r*e*.com 2025-11-11 07:39:54
v*d*c*a*a*t*o*o*y.com 2025-11-11 07:39:54
v*d*c*s*r*f*c*s.com 2025-11-11 07:39:33
v*d*s*r*e*y*t*s*.com 2025-11-11 07:39:33
s*i*a*w*y*m*h*o*s*r*.com 2025-11-10 11:37:40
s*e*l*n*s*a*e.com 2025-11-10 11:10:46
p*y*h*c*-*d*i*o*.com 2025-11-09 23:30:52
n*m*h*u*e*o*o*y.com 2025-11-09 09:42:20
n*k*h*t*a*e*a.com 2025-11-09 09:41:39
n*k*h*t*a*a*a*.com 2025-11-09 09:41:39
m*s*i*u*s*i*n*e.com 2025-11-09 09:18:38
m*s*d*a*.com 2025-11-09 09:16:30
m*k*n*l*c*a*t.com 2025-11-09 09:00:37
j*e*a*s*t*i*a*p*t.com 2025-11-08 11:14:17
e*m*m*k*l*n*.com 2025-11-07 11:15:31
e*i*n*k*r*c*.com 2025-11-07 10:33:24
b*t*d*h*o*.com 2025-11-06 09:19:49
b*s*c*o*a*t*o*o*y.com 2025-11-06 09:15:47

Top 50 Plugins

Plugin Count
elementor 2,134,436
contact-form-7 1,987,130
elementor-pro 1,215,614
woocommerce 991,424
revslider 730,564
js_composer 489,156
jetpack 477,262
wp-rocket 363,373
essential-addons-for-elementor-lite 327,861
gravityforms 277,028
header-footer-elementor 266,685
complianz-gdpr 255,279
instagram-feed 253,476
google-analytics-for-wordpress 249,228
elementskit-lite 249,035
gutenberg-core 246,878
cookie-law-info 245,100
google-site-kit 244,358
sitepress-multilingual-cms 224,973
bluehost-wordpress-plugin 212,938
wpforms-lite 180,009
astra-sites 172,308
gutenberg 160,540
litespeed-cache 159,574
cookie-notice 145,251
gtranslate 145,020
coblocks 135,812
the-events-calendar 132,477
popup-maker 124,886
astra-addon 107,626
bb-plugin 106,998
tablepress 106,055
LayerSlider 105,363
wp-smushit 104,444
premium-addons-for-elementor 103,465
woocommerce-payments 101,228
mailchimp-for-wp 101,138
duracelltomi-google-tag-manager 96,938
honeypot 94,491
cleantalk-spam-protect 93,970
akismet 93,550
woocommerce-gateway-stripe 92,079
megamenu 89,459
creame-whatsapp-me 88,040
fusion-builder 87,490
smart-slider-3 86,311
formidable 85,167
all-in-one-seo-pack 84,707
pixelyoursite 83,486
pro-elements 83,391

Top 50 Themes

Theme Count
hello-elementor 703,507
Divi 584,993
astra 541,268
pub 167,274
Avada 134,782
generatepress 132,462
flatsome 132,067
oceanwp 96,456
h4 93,711
kadence 87,540
enfold 77,081
salient 74,150
bb-theme 66,776
twentytwentyfour 65,676
blocksy 60,924
twentyseventeen 60,696
cocoon-master 60,407
betheme 58,908
twentytwentyfive 58,322
dt-the7 50,019
woodmart 43,648
neve 43,495
twentytwentyone 37,716
Avada-Child-Theme 37,521
bridge 37,032
gox 35,255
twentytwenty 33,282
lightning 32,380
swell 31,887
twentytwentythree 30,203
bricks 27,398
Impreza 27,306
Newspaper 24,555
twentytwentytwo 24,043
epik-redesign 21,966
pro 20,182
storefront 20,026
uncode 19,959
extendable 19,952
twentysixteen 19,770
sydney 18,116
yith-wonder 17,850
themify-ultra 16,415
Total 16,114
twentyfifteen 14,524
hestia 14,237
porto 14,110
twentynineteen 13,634
yootheme 13,525
thrive-theme 13,408