JetEngine - Dynamic Shortcodes

Explore the jet Dynamic Shortcode for WordPress, designed for fetching JetEngine field values in posts and pages with advanced syntax.

Updated over a week ago

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

  1. 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 post

  2. Retrieve a Specific Field

    {jet:custom_field_name@id=10}

  3. Fetches the value of custom_fieldname from the post with ID 10.

Did this answer your question?