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

Plugin: astrology (Used by 42 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
m*r*c*e*o*t*e*o*n.com 👤 F 2026-06-05 16:47:02
b*a*y*p*a*.com (WP 7.0) F 2026-06-03 19:05:11
c*a*u*d*s*a*i*i.com (WP 6.9.4) F 2026-06-03 06:30:00
t*e*o*r*e*b*c*t*s*l*.com (WP 6.8.5) F 2026-06-01 17:21:59
m*s*a*a*o*a*e*y*m.c*m.tr (WP 7.0) F 2026-06-01 14:23:35
a*m*o*c*l*.com (WP 7.0) F 2026-05-31 18:02:41
a*t*o*o*y*d*s*e*.com (WP 7.0) C 2026-05-30 13:27:22
a*t*o*i*e*e*s*n*.com (WP 6.5.3) F 2026-05-30 12:35:51
a*t*o*a*c*l*t*r*.com (WP 7.0) D 2026-05-30 11:45:01
f*a*e*k.com (WP 7.0) D 2026-05-29 18:42:18
m*n*k.hu (WP 6.7.5) F 2026-05-29 14:27:05
i*t*l*r*n*e*i*-*a*a*c*.de (WP 6.5.8) F 2026-05-28 13:20:20
a*y*m*v*s*u.com F 2026-05-28 04:15:41
o*r*p*e*.com F 2026-05-26 05:10:18
s*a*s*i*h*a*.com D 2026-05-25 22:31:45
b*b*l*c*a*.com (WP 7.0) F 2026-05-24 06:18:37
d*l*i*a*i*s*r*.com (WP 7.0) F 2026-05-23 21:37:17
o*l*n*a*h*r*.com (WP 6.9.4) F 2026-05-22 08:44:52
h*n*n*w.com (WP 6.9.4) F 2026-05-22 00:04:44
d*r*v*y*t*s*.com F 2026-05-21 13:15:34
t*i*d*s*r*l*g*.com (WP 6.9.4) F 2026-05-19 13:07:20
h*l*a*t*o.com (WP 6.9.4) F 2026-05-19 05:55:47
b*l*o*g*k.com (WP 6.9.4) F 2026-05-18 13:01:38
a*i*a*t*o.com (WP 6.9.4) F 2026-05-17 20:52:47
h*r*h*r*a*a*m*k.com (WP 6.9.4) F 2026-05-15 12:25:05
j*y*e*a*u.com (WP 6.3) ⚠️ F 2026-05-15 11:07:29
r*s*-*n*-*i*e*t.de (WP 6.5.8) F 2026-05-15 10:41:38
x*v*r*u*a.com F 2026-05-15 07:06:13
a*m*y*a.com F 2026-05-14 10:48:49
h*i*b*a*a*d*k*l*y.com D 2026-05-13 03:12:13
m*l*a*a*h*t*d*a*.com F 2026-05-12 09:43:17
e*o*i*n.com (WP 6.8.5) F 2026-05-10 23:32:31
e*i*n*k*r*c*.com (WP 6.9.4) F 2026-05-09 23:15:07
p*y*h*c*-*d*i*o*.com (WP 6.8.5) F 2026-05-09 11:52:25
s*e*e*p*a*a*c*i*e*t.com (WP 6.9.4) F 2026-05-08 11:01:35
s*u*p*t*a*c*i*e*t.com (WP 6.9.4) F 2026-05-08 11:01:35
a*n*r*w*.com (WP 6.9.4) F 2026-05-07 16:58:04
v*d*c*a*t*o.com (WP 6.9.4) F 2026-05-06 19:50:26
v*d*c*a*a*t*o*o*y.com F 2026-05-06 19:50:24
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

Top 50 Plugins

Plugin Count
elementor 1,877,439
contact-form-7 1,849,026
elementor-pro 1,091,407
woocommerce 846,449
revslider 641,157
jetpack 480,356
js_composer 449,635
wp-rocket 349,342
gravityforms 320,939
essential-addons-for-elementor-lite 311,027
complianz-gdpr 270,750
cookie-law-info 243,202
instagram-feed 236,716
google-site-kit 230,394
sitepress-multilingual-cms 230,046
google-analytics-for-wordpress 221,265
elementskit-lite 220,182
header-footer-elementor 217,961
bluehost-wordpress-plugin 192,516
gutenberg 166,883
gutenberg-core 166,058
cookie-notice 161,346
litespeed-cache 142,170
the-events-calendar 138,765
wpforms-lite 133,656
gtranslate 133,288
astra-sites 122,709
popup-maker 120,489
tablepress 116,668
woocommerce-payments 115,841
coblocks 103,551
honeypot 102,134
astra-addon 98,706
duracelltomi-google-tag-manager 97,689
wp-smushit 97,158
all-in-one-seo-pack 96,668
layerslider 95,064
bb-plugin 93,172
megamenu 90,993
premium-addons-for-elementor 90,228
akismet 88,345
mailchimp-for-wp 86,753
cleantalk-spam-protect 86,107
woocommerce-gateway-stripe 85,748
ml-slider 85,046
borlabs-cookie 84,045
wp-pagenavi 83,312
fusion-builder 82,779
ewww-image-optimizer 81,960
smart-slider-3 81,282

Top 50 Themes

Theme Count
hello-elementor 641,790
Divi 531,393
astra 438,905
flatsome 149,454
generatepress 135,693
Avada 129,095
pub 114,395
twentytwentyfour 108,383
sydney 104,274
oceanwp 86,838
kadence 82,535
enfold 74,889
salient 68,979
twentyseventeen 58,890
h4 58,600
bb-theme 56,650
betheme 54,213
blocksy 53,376
cocoon-master 52,846
dt-the7 47,991
twentytwentyfive 46,323
neve 41,262
Avada-Child-Theme 38,994
woodmart 34,559
gox 34,477
bridge 34,022
twentytwentyone 33,372
lightning 32,514
twentytwenty 31,415
voxel 29,228
swell 29,174
Impreza 27,746
bricks 27,051
sinatra 25,829
twentytwentythree 24,972
Newspaper 24,936
kubio 22,351
twentytwentytwo 20,553
uncode 19,978
twentysixteen 19,337
epik-redesign 19,296
storefront 18,600
pro 18,247
Total 15,349
extendable 15,101
yith-wonder 14,141
hello-theme-child-master 13,988
yootheme 13,562
themify-ultra 13,538
hestia 13,507