---
title: "GravityKit Add-On Shortcodes (a complete reference)"
date: 2026-04-23
author: "GravityKit"
link: "https://www.gravitykit.com/docs/general-help/add-on-shortcodes/"
---

## This guide is your quick-reference library for all GravityKit shortcodes.

Shortcodes let you display Views, charts, calendars, and more, right where you need them.

For each shortcode, you’ll see a simple description of what it does and a link to a detailed guide with examples, parameters, and best practices.

---

## GravityView

- `[gravityview]` — Embed a View anywhere on your site. Accepts attributes to select the View and control output. Supports the `secret` attribute for restricted rendering.
    
    *Further reading:* [GravityView shortcode documentation](https://www.gravitykit.com/docs/gravityview/shortcodes/using-the-shortcode/)
- `[gvlogic]` and `[gvlogic2]` — Conditionally show or hide content anywhere (front end, posts, widgets, Custom Content fields, etc.). Supports the `secret` attribute for restricted rendering.
    
    *Further reading:* [gvlogic shortcode guide](https://www.gravitykit.com/docs/gravityview/advanced/show-or-hide-content-on-your-site/)
- `[gv_entry_link]` — Output a link to a specific entry (or a View’s Single Entry). Useful for linking from outside a View or between Views. Supports the `secret` attribute for restricted rendering.
    
    *Further reading:* [Deep-dive on entry links](https://www.gravitykit.com/docs/gravityview/shortcodes/gv-entry-link/)
- `[gvfield]` — Print a single field’s value from a specific entry wherever you place the shortcode. Supports the `secret` attribute for restricted rendering.
    
    *Further reading:* [Guide to embedding individual field values](https://www.gravitykit.com/docs/gravityview/shortcodes/gvfield-embed-gravity-forms-field-values/)
- `[gventry]` — Render values from an entry by ID; helpful for displaying multiple fields without a full View. Supports the `secret` attribute for restricted rendering.
    
    *Further reading:* [How to output entry data with the shortcode](https://www.gravitykit.com/docs/gravityview/shortcodes/gventry-shortcode/)

### GravityView widget shortcodes

- `[gravityview_widget_pagination_info]` — Outputs “Displaying X–Y of Z results.” Not shown on Single Entry pages.
    
    *Further reading:* [Widget shortcode reference (pagination info)](https://www.gravitykit.com/docs/gravityview/shortcodes/widget-shortcodes/)
- `[gravityview_widget_page_links]` — Displays pagination links. Not shown on Single Entry pages.
    
    *Further reading:* [Widget shortcode reference (page links)](https://www.gravitykit.com/docs/gravityview/shortcodes/widget-shortcodes/)

---

## GravityMath

- `[gravitymath]` — Perform calculations (sum, average, min/max, counts, date/time math, etc.) over entries and output the result anywhere shortcodes are processed. Works great with Views and WordPress content. Supports the `secret` attribute for restricted rendering.
    
    *Further reading:* [Comprehensive math shortcode guide](https://www.gravitykit.com/docs/gravitymath/math-shortcode/)

---

## GravityCharts

- `[gravitycharts]` — Embed a chart from a GravityCharts feed. Supports attributes like `width` and `height` (and more) to control image charts. Supports the `secret` attribute for restricted rendering. *Further reading:* [Shortcode options and parameters](https://www.gravitykit.com/docs/gravitycharts/gravitycharts-shortcode/)
- *(Related, but not a shortcode: the `{gravitycharts}`* ***merge tag** can also output image charts; you can pass shortcode-style attributes through the merge tag as an override.)*
    
    *Further reading:* [Using the GravityCharts merge tag](https://www.gravitykit.com/docs/gravitycharts/gravitycharts-shortcode/)

---

## GravityCalendar

- `[gravitycalendar]` — Embed a live-updating calendar feed on your site.
    
    *Further reading:* [Calendar shortcode overview](https://www.gravitykit.com/docs/gravitycalendar/calendar-shortcodes/)
- `[gravitycalendar_link]` — Display a subscribe link for the feed (Google/Apple Calendar, etc.); supports `event_id` to link a specific entry.
    
    *Further reading:* [Subscription link shortcode details](https://www.gravitykit.com/docs/gravitycalendar/calendar-shortcodes/)
- `[gravitycalendar_copy_button]` — Show a button that copies the calendar feed URL to the clipboard.
    
    *Further reading:* [Copy-button shortcode reference](https://www.gravitykit.com/docs/gravitycalendar/calendar-shortcodes/)
- `[gravitycalendar_export_button]` — Provide a button to download an `.ics` event configuration file for importing into calendar apps.
    
    *Further reading:* [Export-button shortcode reference](https://www.gravitykit.com/docs/gravitycalendar/calendar-shortcodes/)

---

## Need to process shortcodes safely?

Many GravityKit shortcodes support a `secret` attribute to restrict rendering to trusted contexts; see the security notes before exposing sensitive data via shortcodes.

*Further reading:* [Enhanced security with the `secret` attribute](https://www.gravitykit.com/docs/gravityview/getting-started-gravityview/enable-enhanced-security-the-secret-attribute-for-shortcodes/)