Published
•
Updated
Feature Highlight: The [gravityview] Shortcode
In this edition of Feature Highlights, we’re exploring the powerful [[gravityview]] shortcode. No, it’s not only for embedding Views! The [gravityiew] shortcode allows you to filter entries by specific values, display the total number of entries in a View, and much more. Shortcodes in...

In this edition of Feature Highlights, we’re exploring the powerful [[gravityview]] shortcode. No, it’s not only for embedding Views! The [gravityiew] shortcode allows you to filter entries by specific values, display the total number of entries in a View, and much more.
Shortcodes in WordPress are text strings enclosed in square brackets. They allow you to embed interactive content on your site without writing any code. GravityView adds several new shortcodes to WordPress including the [[gravityview]] shortcode which we’re going to explore in this post 👇
How to use the [[gravityview]] shortcode
You can find the [[gravityview]] shortcode on the View Editor page above the “Update” button. Here it’s referred to as the “Embed Shortcode”, but there’s a lot more you can do with it besides simply embedding Views.

The shortcode only has one required parameter: the View ID. All other parameters are optional and can be used if/when you need them!
Shortcode parameters
The [[gravityview]] shortcode accepts a wide range of parameters. Here are some of the common ones that you can use to filter your Views based on specific field values:
search_value– Only display entries that contain the specified valuesearch_field– Restrict the search_value to a specific form field. The value must be the field ID, unless you’re searching on a meta field (e.g. “created_by”).search_operator– Change the type of search to be performed. The default is “contains”. Accepted values include:is,isnot,<>,not in,in,>,<,contains,starts_with,ends_with,like,>=,<=.start_date– Filter the results by date. This sets a limit on the earliest results shown.end_date– This sets a limit on the latest results shown.detail– Display specific information about a View. The detail parameter can be used inside a Custom Content field to display information about the currently-displayed View.
Pro tipTo see a full list of accepted parameters, check out this detailed article on our docs site.
Use Cases for the [[gravityview]] Shortcode
Reading through a list of different shortcode parameters is all well and good, but sometimes it helps to look at some examples of common use cases.
1. Embedding a View:
[gravityview id="24"]
2. Filtering a View to display entries that contain a certain value:
[gravityview id="24" search_value="Silver Member" search_field="4"]
3. Limiting entries by date created:
[gravityview id="24" start_date="2021-10-01" end_date="2021-10-31"]
4. Displaying the total number of entries in a View:
[gravityview id="10" detail="total_entries"]
Pro tipYou can use a [[gravityview]] shortcode with the detail parameter inside a custom content field to display information about the View being displayed.
There are plenty more use cases for the [[gravityview]] shortcode. To see more examples of things you can do, check out our documentation.
What the [[gravityview]] Shortcode CAN’T Do
We’ve focused a lot on what the [[gravityview]] shortcode CAN do (and it can do a lot of things!), but it’s also important for us to mention what it CAN’T do.
While [[gravityview]] includes some powerful filtering capabilities, there are some limitations. For example, you can’t search for multiple values or specify multiple search fields. You also cannot use AND/OR logic in searches.
However, if you need this functionality, don’t despair, because you can accomplish this with our Advanced Filtering extension.
Get Started With the [[gravityview]] Shortcode!
In this edition of Feature Highlights, we explored the powerful [[gravityview]] shortcode. Using the shortcode, you can embed Views, filter entries based on various criteria and display specific details about a particular View.
To learn more about the [[gravityview]] shortcode, read the article on our docs site, or watch the tutorial video on our YouTube channel. For more helpful hints and tips subscribe to our blog below!
More articles
Gravity Forms payment gateways: A guide to official and community add-ons
Want to accept payments from your WordPress site? No problem! Gravity Forms makes it easy to build a custom payment form for eCommerce transactions, nonprofit donations, subscription billing for digital products and services, and beyond. But first, you’ll need to choose one of Gravity…
Ultimate guide to using Gravity Forms with custom post types and fields
WordPress is powerful, but sometimes you need more than standard posts and pages. Using Gravity Forms with custom post types and custom fields can help you collect, organize, and display user-generated content on your site! In this guide, I’ll show you how to send…
Launch Log: GravityExport sees support for Box.com and Gravity Flow fields
This round of updates brings additional cloud storage and Gravity Flow field support to GravityExport, important search-related fixes for GravityView, and new spam prevention controls for Gravity Forms Zero Spam. Gravity Forms Zero Spam v1.7.4 This update to Gravity Forms Zero Spam adds a…

