Add GPA, CGPA, attendance, and grade calculators to any WordPress post or page. One shortcode. No coding. Free forever.
From download to live calculator in under two minutes — no developer needed.
Download the studycalcshub-plugin.zip above. In your WordPress admin panel, go to Plugins → Add New → Upload Plugin. Choose the zip file and click Install Now.
After installation, click Activate Plugin. The plugin adds no admin menu clutter — it simply registers the [studycalcs] shortcode globally. Activation is instant.
Open any post or page. In the Gutenberg editor, add a Shortcode block (search for it in the block inserter). Paste your shortcode (use the builder below). Hit Publish — the calculator is live.
Choose a calculator and configure options — your shortcode generates instantly.
Live preview
Every calculator available via shortcode. Mix and match — put multiple calculators on the same page.
Calculates cumulative and semester GPA across 4.0, 5.0, and 10.0 scales.
Converts CGPA to percentage for India (VTU/CBSE), Pakistan (HEC), US, and UK systems.
Shows exactly what score a student needs on their final exam to hit a target grade.
Calculates attendance %, checks if minimum is met, and shows classes still needed.
Computes mean, variance, and standard deviation for sample or population data.
Embeds the complete tabbed interface with all 30 calculators across 4 categories.
| Parameter | Values | Default | Description |
|---|---|---|---|
type | gpa | cgpa-convert | grade-final | attendance | stddev | pct-to-gpa | suite | gpa | Which calculator to render |
theme | auto | light | dark | auto | Color theme — auto follows the browser/OS preference |
lang | en | hi | ar | en | Interface language (Arabic auto-enables RTL) |
scale | 4.0 | 5.0 | 10.0 | 4.0 | GPA scale (GPA calculator only) |
system | india10 | india4 | pakistan | us | uk | india10 | CGPA conversion system |
min | Number (1–100) | 75 | Minimum attendance % threshold |
width | CSS value | 100% | Widget container width |
attribution | 0 | 1 | 1 | Show "Powered by" footer link (please keep enabled) |
If you prefer not to use the zip, paste this into your theme's functions.php or a custom plugin file.
Pure vanilla JS — no performance bloat on your page load.
Auto-follows OS or site dark mode preference out of the box.
Arabic (lang="ar") automatically switches to right-to-left layout.
Looks great on mobile, tablet, and desktop without any extra CSS.
All calculations run in the browser. No student data touches your server.
Each embed includes Schema.org markup for better search visibility.
Light, dark, or auto — matches your site design without conflict.
Attribution footer gives your page a quality inbound link from studycalcshub.com.
[studycalcs] code.loading="lazy" — it doesn't block your page, execute on page load, or add any scripts to your global scope.[studycalcs] shortcodes as you like on one page — each renders independently. Great for building a dedicated tools page.attribution="0" to hide it — but please consider leaving it on.