The JetEngine Dynamic Shortcode is an integral part of the Dynamic Shortcodes suite in WordPress, specifically tailored for retrieving values from JetEngine fields. It enhances content handling in WordPress by allowing users to dynamically access and display custom field data created with JetEngine.
Syntax
{jet:field}
field
: Name of the JetEngine field to retrieve.
Key Arguments
id
: Specifies the ID of the post from which to retrieve the JetEngine field.{jet:field @id=3}
Examples
Retrieve a Specific Field from the current post or page
{jet:custom_field_name}
Fetches the value of
custom_fieldname
from the current page or postRetrieve a Specific Field
{jet:custom_field_name@id=10}
Fetches the value of
custom_fieldname
from the post with ID 10.