{"id":18635,"date":"2025-03-13T13:54:10","date_gmt":"2025-03-13T13:54:10","guid":{"rendered":"https:\/\/crocoblock.com\/knowledge-base\/?post_type=article&#038;p=18635"},"modified":"2025-03-13T14:14:33","modified_gmt":"2025-03-13T14:14:33","slug":"jetengine-how-to-create-a-listing-template-using-repeater-meta-field","status":"publish","type":"article","link":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/","title":{"rendered":"How to Create Listing Template Using Repeater Meta Field"},"content":{"rendered":"\n<p><em>JetEngine<\/em>\u2019s \u201cRepeater\u201d meta field allows you to display multi-value data, such as image galleries, service lists, etc. In this guide, you\u2019ll learn how to create a <strong>Listing template<\/strong> using a repeater field and showcase structured content effectively.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"backend-preparations\">Backend Preparations<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>The \u201cRepeater\u201d field can be created with the <em>JetEngine<\/em> or <em>ACF <\/em>plugin.<\/p>\n\n\n\n<p>It can be adjusted for <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/custom-post-type-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Custom Post Types (CPTs)<\/strong><\/a>, <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/custom-content-type\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Custom Content Types (CCTs)<\/strong><\/a>, <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/custom-taxonomy-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>custom taxonomies<\/strong><\/a>, <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/meta-boxes-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Meta Boxes<\/strong><\/a>, and <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/options-pages-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Options Pages<\/strong><\/a>.<\/p>\n\n\n\n<p>As an example, we\u2019ll create a \u201cMedical Conferences\u201d <strong>CPT <\/strong>with a \u201cSpeakers\u201d <a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/repeater-custom-meta-field-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\">repeater field<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create-cpt-and-repeater-meta-field\">Create CPT and Repeater meta field<\/h3>\n\n\n\n<p>First, you need to create a <strong>CPT<\/strong> and fulfill all the needed values. You can find the needed information in the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-a-custom-post-type-based-on-jetengine-plugin\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>How to Create a Custom Post Type<\/strong><\/a> tutorial.<\/p>\n\n\n\n<p>Once you prepared your <strong>CPT<\/strong>, it\u2019s time to create a \u201cRepeater\u201d meta field.<\/p>\n\n\n\n<p>We push the \u201c<strong>New Meta Field<\/strong>\u201d button, fill in the <strong>Label <\/strong>and <strong>Name\/ID<\/strong>, and choose the \u201cRepeater\u201d <strong>Field type<\/strong>.<\/p>\n\n\n\n<p>By clicking the \u201c<strong>New Repeater Field<\/strong>\u201d button, we add four fields within the repeater: \u201cSpeaker Name\u201d <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/meta-field-types-overview\/#text\" target=\"_blank\" rel=\"noreferrer noopener\">text field<\/a>, \u201cSpecialization\u201d text field, \u201cPresentation Topic\u201d text field, and \u201cProfile Photo\u201d <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/meta-field-types-overview\/#media\" target=\"_blank\" rel=\"noreferrer noopener\">media field<\/a>.<\/p>\n\n\n\n<div class=\"wp-block-image size-large\"><a href=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1824\" height=\"1100\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation.webp\" alt=\"jetengine repeater meta field creation\" class=\"wp-image-47391\" srcset=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation.webp 1824w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation-300x181.webp 300w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation-1024x618.webp 1024w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation-768x463.webp 768w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation-1536x926.webp 1536w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation-600x362.webp 600w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/div>\n\n\n\n<p>After that, the \u201c<strong>Add\/Update Post Type<\/strong>\u201d button can be pressed.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"fill-the-fields-within-posts\">Fill the fields within posts<\/h3>\n\n\n\n<p>Go to the <strong>CPT<\/strong> tab on the <strong>WordPress Dashboard<\/strong>, edit each needed post, and add the needed information to the repeater fields. Remember to save updates.<\/p>\n\n\n\n<div class=\"wp-block-image size-large\"><a href=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1824\" height=\"1100\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post.webp\" alt=\"filling in repeater fields for post\" class=\"wp-image-47393\" srcset=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post.webp 1824w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post-300x181.webp 300w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post-1024x618.webp 1024w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post-768x463.webp 768w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post-1536x926.webp 1536w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/filling-in-repeater-fields-for-post-600x362.webp 600w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/div>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"working-with-the-listing-template\">Working with the Listing Template<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h3 class=\"wp-block-heading\" id=\"create-a-new-listing\">Create a new listing<\/h3>\n\n\n\n<p>Go to <strong><em>WordPress Dashboard > JetEngine > Listings\/Components<\/em><\/strong> and click the \u201c<strong>Add New Item<\/strong>\u201d button.<\/p>\n\n\n\n<p>Choose the \u201cRepeater Field\u201d as the <strong>Listing source<\/strong>. Pay attention to the following parameters you should set:<\/p>\n\n\n\n<div class=\"wp-block-image size-large\"><a href=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1824\" height=\"1100\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings.webp\" alt=\"jetengine repeater listing template settings\" class=\"wp-image-47394\" srcset=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings.webp 1824w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings-300x181.webp 300w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings-1024x618.webp 1024w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings-768x463.webp 768w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings-1536x926.webp 1536w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-listing-template-settings-600x362.webp 600w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/div>\n\n\n\n<ul>\n<li><strong>From post type<\/strong> \u2014 is a <strong>CPT<\/strong> you created the repeater field for;<\/li>\n\n\n\n<li><strong>Repeater source <\/strong>\u2014 contains two options: \u201cJetEngine\u201d and \u201cACF,\u201d \u2014 if you created a \u201cRepeater\u201d meta field either via <em>JetEngine <\/em>or <em>ACF<\/em>, use the corresponding source;<\/li>\n\n\n\n<li><strong>Repeater field<\/strong> \u2014 specify the name of the \u201cRepeater\u201d meta field;<\/li>\n\n\n\n<li><strong>Repeater option <\/strong>\u2014 if you created a \u201cRepeater\u201d for the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/options-pages-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Options Page<\/strong><\/a>, select the required field from this dropdown instead;<\/li>\n\n\n\n<li><strong>Listing item name<\/strong> \u2014 give a name to the <strong>Listing<\/strong>;<\/li>\n\n\n\n<li><strong>Listing view<\/strong> \u2014 select the editor for <strong>Listing<\/strong>. It can be \u201c<a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/timber-twig-listing-view-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\">Elementor<\/a>,\u201d \u201c<a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-create-listing-items-with-bricks\/\" target=\"_blank\" rel=\"noreferrer noopener\">Bricks<\/a>,\u201d \u201c<a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/timber-twig-listing-view-overview\/\">Timber\/Twig<\/a>,\u201d or \u201c<a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-in-gutenberg\/\" target=\"_blank\" rel=\"noreferrer noopener\">Blocks (Gutenberg)<\/a>\u201d.<\/li>\n<\/ul>\n\n\n\n<p>In our example, we selected the Elementor page builder. By pressing the \u201c<strong>gear<\/strong>\u201d icon in the editor, you can open and adjust the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/listing-template-in-elementor-overview\/#listing-item-settings\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Listing Item Settings<\/strong><\/a>.<\/p>\n\n\n\n<div class=\"wp-block-image size-large\"><a href=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1824\" height=\"1100\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings.webp\" alt=\"listing item settings\" class=\"wp-image-47395\" srcset=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings.webp 1824w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings-300x181.webp 300w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings-1024x618.webp 1024w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings-768x463.webp 768w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings-1536x926.webp 1536w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/listing-item-settings-600x362.webp 600w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"listing-setup\">Listing setup<\/h3>\n\n\n\n<p>In the editor layout,\u00a0 you should use the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/dynamic-widgets-and-blocks\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Dynamic Widgets<\/strong><\/a> to display the repeater items dynamically. We add a <a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/dynamic-field-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Dynamic Field<\/strong><\/a> widget and duplicate it several times.<\/p>\n\n\n\n<p>Here, in the <strong>Source <\/strong>field, you should choose the \u201cRepeater Field\u201d option. After this, you should input the meta field name from the \u201cRepeater\u201d to the <strong>Object field \/ Meta field \/ Repeater key \/ Component prop<\/strong> field.<\/p>\n\n\n\n<p>Other widget settings can be customized, e.g., we enable the <strong>Customize field output <\/strong>and add a text before the \u2018%s\u2019 value in the <strong>Field format<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image size-large\"><a href=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1824\" height=\"1100\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field.webp\" alt=\"displaying repeater items with dynamic field\" class=\"wp-image-47392\" srcset=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field.webp 1824w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field-300x181.webp 300w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field-1024x618.webp 1024w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field-768x463.webp 768w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field-1536x926.webp 1536w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/displaying-repeater-items-with-dynamic-field-600x362.webp 600w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/div>\n\n\n\n<p>To display the \u201cMedia\u201d field value (image), we enable the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/dynamic-field-widget-overview\/#filter-field-output-overview\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Filter field output<\/strong><\/a><strong> <\/strong>toggle and pick the \u201cGet image by ID\u201d <strong>Callback<\/strong>.<\/p>\n\n\n\n<p>You can adjust the content and style settings for the <strong>Listing <\/strong>and push the \u201c<strong>Publish<\/strong>\u201d button.<\/p>\n\n\n\n<div class=\"wp-block-image size-large\"><a href=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1824\" height=\"1100\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template.webp\" alt=\"image repeater item in the listing template\" class=\"wp-image-47396\" srcset=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template.webp 1824w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template-300x181.webp 300w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template-1024x618.webp 1024w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template-768x463.webp 768w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template-1536x926.webp 1536w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/image-repeater-item-in-the-listing-template-600x362.webp 600w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"apply-the-listing-grid\">Apply the Listing Grid<\/h3>\n\n\n<div class=\"note-banner d-flex border-bold border-jetsmartfilters rounded overflow-hidden p-20\"><div class=\"mr-12\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z\" fill=\"#FA5450\"\/><\/svg><\/div><div class=\"d-flex flex-column\"><div class=\"text-900 mb-12\">Warning<\/div><p class=\"m-0\"><strong>Listing Grid<\/strong> with the \u201cRepeater\u201d <strong>Listing template<\/strong> can be displayed only on the Single Post page.<\/p><\/div><\/div>\n\n\n\n<p>After you prepared your <strong>Listing Template<\/strong>, you can display it with the <strong>Listing Grid<\/strong> widget. Use the Single Post template functionality available in <a href=\"https:\/\/crocoblock.com\/plugins\/jetthemecore\/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>JetThemeCore<\/em><\/a>, <em>Elementor Pro<\/em>, etc. For example, we open the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetthemecore\/creating-custom-post-type-archive-template-with-jetengine-listing-grid\/#how-to-create-a-single-template-in-the-elementor-editor\" target=\"_blank\" rel=\"noreferrer noopener\">Single Post template created with <em>JetThemeCore<\/em><\/a> in Elementor and drop the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/listing-grid-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Listing Grid<\/strong><\/a> widget.<\/p>\n\n\n\n<p>Select the <strong>Listing<\/strong> you previously created for the \u201cRepeater\u201d meta field, and find those repeater items you added to your post on the backend, which are displayed in the form of a grid.<\/p>\n\n\n\n<div class=\"wp-block-image size-large\"><a href=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1824\" height=\"1100\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid.webp\" alt=\"repeater items in the listing grid\" class=\"wp-image-47397\" srcset=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid.webp 1824w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid-300x181.webp 300w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid-1024x618.webp 1024w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid-768x463.webp 768w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid-1536x926.webp 1536w, https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/repeater-items-in-the-listing-grid-600x362.webp 600w\" sizes=\"(max-width: 1824px) 100vw, 1824px\" \/><\/a><\/div>\n<\/div><\/div>\n\n\n\n<p>That\u2019s all. Now you know how to create a <em>JetEngine <\/em><strong>Listing<\/strong> template for \u201cRepeater\u201d meta field and showcase the repeater items on the Single Post template on WordPress website.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to use a Repeater meta field in the Listing template and how to showcase the repeater items in the grid layout on the Single post.<\/p>\n","protected":false},"author":8,"featured_media":0,"template":"","format":"standard","builder-category":[],"article-category":[388],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create a Listing Using Repeater Meta Field \u2014 JetEngine | Crocoblock<\/title>\n<meta name=\"description\" content=\"Learn how to use a Repeater meta field in the Listing template and how to showcase the repeater items in the grid layout on the Single post.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a Listing Using Repeater Meta Field \u2014 JetEngine | Crocoblock\" \/>\n<meta property=\"og:description\" content=\"Learn how to use a Repeater meta field in the Listing template and how to showcase the repeater items in the grid layout on the Single post.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/\" \/>\n<meta property=\"og:site_name\" content=\"Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-13T14:14:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/\",\"name\":\"How to Create a Listing Using Repeater Meta Field \u2014 JetEngine | Crocoblock\",\"isPartOf\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\"},\"datePublished\":\"2025-03-13T13:54:10+00:00\",\"dateModified\":\"2025-03-13T14:14:33+00:00\",\"description\":\"Learn how to use a Repeater meta field in the Listing template and how to showcase the repeater items in the grid layout on the Single post.\",\"breadcrumb\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Create Listing Template Using Repeater Meta Field\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"name\":\"Help Center\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\",\"name\":\"Help Center\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"contentUrl\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"caption\":\"Help Center\"},\"image\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create a Listing Using Repeater Meta Field \u2014 JetEngine | Crocoblock","description":"Learn how to use a Repeater meta field in the Listing template and how to showcase the repeater items in the grid layout on the Single post.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/","og_locale":"en_US","og_type":"article","og_title":"How to Create a Listing Using Repeater Meta Field \u2014 JetEngine | Crocoblock","og_description":"Learn how to use a Repeater meta field in the Listing template and how to showcase the repeater items in the grid layout on the Single post.","og_url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/","og_site_name":"Help Center","article_modified_time":"2025-03-13T14:14:33+00:00","og_image":[{"url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/03\/jetengine-repeater-meta-field-creation.webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/","url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/","name":"How to Create a Listing Using Repeater Meta Field \u2014 JetEngine | Crocoblock","isPartOf":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#website"},"datePublished":"2025-03-13T13:54:10+00:00","dateModified":"2025-03-13T14:14:33+00:00","description":"Learn how to use a Repeater meta field in the Listing template and how to showcase the repeater items in the grid layout on the Single post.","breadcrumb":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-create-a-listing-template-using-repeater-meta-field\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/crocoblock.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/crocoblock.com\/knowledge-base\/articles\/"},{"@type":"ListItem","position":3,"name":"How to Create Listing Template Using Repeater Meta Field"}]},{"@type":"WebSite","@id":"https:\/\/crocoblock.com\/knowledge-base\/#website","url":"https:\/\/crocoblock.com\/knowledge-base\/","name":"Help Center","description":"","publisher":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization","name":"Help Center","url":"https:\/\/crocoblock.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","contentUrl":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","caption":"Help Center"},"image":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article\/18635"}],"collection":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/users\/8"}],"wp:attachment":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=18635"}],"wp:term":[{"taxonomy":"builder-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/builder-category?post=18635"},{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article-category?post=18635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}