{"id":6495,"date":"2021-11-10T19:00:44","date_gmt":"2021-11-10T18:00:44","guid":{"rendered":"https:\/\/lacolmenatecnologica.com\/how-to-create-a-custom-post-type-with-jetengine\/"},"modified":"2026-09-02T19:38:10","modified_gmt":"2026-09-02T17:38:10","slug":"how-to-create-a-custom-post-type-with-jetengine","status":"publish","type":"post","link":"https:\/\/lacolmenatecnologica.com\/en\/how-to-create-a-custom-post-type-with-jetengine\/","title":{"rendered":"How to Create a Custom Post Type with JetEngine"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Step-by-step video<\/h2>\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Custom Post Type o CPT con JetEngine de Crocoblock JetPlugins\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/_L7oSCgT7B0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n<h2 class=\"wp-block-heading\" id=\"que-es-un-custom-post-type-1f32e38a-a81e-4977-bc96-eb02ad69e8fe\">What is a Custom Post Type?<\/h2>\n<div class=\"wp-block-image is-resized\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c9402e9&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c9402e9\" class=\"alignright size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"317\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/post-types.jpg\" alt=\"Post Types\" class=\"wp-image-4845\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<p class=\"wp-block-paragraph\"><strong>Custom Post Types<\/strong> (custom post types), also known as <strong>CPT<\/strong>, in WordPress are content types such as <strong>posts<\/strong> or <strong>pages<\/strong>. Since WordPress evolved from a simple blogging platform into a robust CMS, the term <strong>Post<\/strong> remained.  <\/p>\n\n<p class=\"wp-block-paragraph\">However, a <strong>Post Type<\/strong> can be any type of content. By default, WordPress comes with these post types: Post, Page, Attachment, Revision, and Navigation Menu. Other examples of post types are Portfolio, Testimonials, Products, etc.  <\/p>\n\n<p class=\"wp-block-paragraph\">In the image, we can see the Post Types that WordPress includes by default: <strong>Posts<\/strong>, <strong>Media<\/strong>, <strong>Pages<\/strong>, and <strong>Comments<\/strong>. And we also see one created by us: <strong>Movies<\/strong>. <\/p>\n\n<p class=\"wp-block-paragraph\">With the <strong>Post Type<\/strong> feature in the JetEngine plugin included in the <a href=\"https:\/\/lacolmenatecnologica.com\/unirse\/1-licencia-jetplugins\/\">Crocoblock suite<\/a>, you can create your own <strong>Custom<\/strong> <strong>Post Types<\/strong> (custom post types) and name them however you like. For example, if you have a movie website, you might want to create a post type to add movies. This post type can have different custom fields and even its own custom taxonomy structure (for example: custom categories and tags).  <\/p>\n\n<h2 class=\"wp-block-heading\" id=\"que-son-las-taxonomias-59b10879-7296-4133-958b-0b1fc8b39f49\">What are taxonomies?<\/h2>\n<div class=\"wp-block-image is-resized\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c940a88&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c940a88\" class=\"alignright size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"303\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias.jpg\" alt=\"Taxonomies\" class=\"wp-image-4844\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<p class=\"wp-block-paragraph\">Taxonomy in WordPress is one of those things everyone uses, but they don\u2019t realize they\u2019re using it. WordPress taxonomies, derived from the Linnaean taxonomy method of biological classification, are used as a way to group posts and custom post types.  <\/p>\n\n<p class=\"wp-block-paragraph\">WordPress has two very popular taxonomies that people use regularly: <strong>Categories<\/strong> and <strong>Tags<\/strong>, which allow us to classify posts and then get lists of them by filtering by categories or tags.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"que-son-los-terms-c5a166ed-3022-4a14-87b5-50db864a911b\">What are terms in WordPress?<\/h2>\n\n<p class=\"wp-block-paragraph\">In WordPress, terms refer to the different items included in a taxonomy. For example, a website\u2019s posts have the Categories taxonomy, and within Categories we\u2019ve created different <strong>terms<\/strong> that help us classify our posts. We can also create different tags to assign to our posts\u2014each of these tags is a <strong>term<\/strong>.  <\/p>\n\n<p class=\"wp-block-paragraph\">So we can say that the Posts post type has two taxonomies (categories and tags), and within these taxonomies we can create as many terms as we want. As we can see in the image, <em>Time management<\/em>, <em>Productivity<\/em>, <em>Writing<\/em>, &#8230; are terms in the Category taxonomy. And <em>Basic<\/em> is a term in the Tag taxonomy. The difference between these two taxonomies is that categories are hierarchical and tags are not.   <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c9410f4&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c9410f4\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"948\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-y-terms.jpg\" alt=\"Taxonomies and terms\" class=\"wp-image-4846\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-y-terms.jpg 1920w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-y-terms-500x247.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-y-terms-1024x506.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-y-terms-768x379.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-y-terms-1536x758.jpg 1536w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-y-terms-600x296.jpg 600w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\" id=\"1-agrega-un-nuevo-cpt-6f36611e-f5ea-4584-ac66-5977a1a6592b\">1. How to create a new Custom Post Type or CPT<\/h2>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">First, you need to install and activate the <strong>JetEngine<\/strong> plugin from the Crocoblock suite. If you haven\u2019t done it yet, go to the WordPress admin panel, open the <strong>Crocoblock<\/strong> section in the menu, and click the <strong>Update &amp; Installation<\/strong> menu option. From here you can install and activate any of the plugins in this suite.  <\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\"> Go to the WordPress admin panel, open <strong>JetEngine<\/strong> in the left sidebar menu, and click <strong>Post Type<\/strong>.<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c941b8a&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c941b8a\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"191\" height=\"322\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/post-type-jetengine.jpg\" alt=\"JetEngine Post Type menu\" class=\"wp-image-4848\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<p class=\"wp-block-paragraph\">Here you\u2019ll see the <strong>Custom Post Types list<\/strong>, where all your <strong>CPTs<\/strong> will appear once you have them. Click the <strong>Add New<\/strong> button to create your first <strong>CPT<\/strong>. <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c942089&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c942089\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1692\" height=\"229\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/listado-de-custom-post-type.jpg\" alt=\"Custom Post Type list\" class=\"wp-image-4849\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/listado-de-custom-post-type.jpg 1692w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/listado-de-custom-post-type-500x68.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/listado-de-custom-post-type-1024x139.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/listado-de-custom-post-type-768x104.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/listado-de-custom-post-type-1536x208.jpg 1536w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/listado-de-custom-post-type-600x81.jpg 600w\" sizes=\"auto, (max-width: 1692px) 100vw, 1692px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h2 class=\"wp-block-heading\" id=\"2-configura-tu-cpt-8d4a30ef-9747-48e1-93b9-a41304f88837\">2. Configure your CPT<\/h2>\n\n<p class=\"wp-block-paragraph\">Now you need to fill in the information required to create your new custom post type.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"configuracion-general-e79f3052-55ff-4aeb-9f71-44b30dd823a5\">General Settings<\/h3>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c9425e5&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c9425e5\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1175\" height=\"393\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-post-type.jpg\" alt=\"Post Type general settings\" class=\"wp-image-4850\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-post-type.jpg 1175w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-post-type-500x167.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-post-type-1024x342.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-post-type-768x257.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-post-type-600x201.jpg 600w\" sizes=\"auto, (max-width: 1175px) 100vw, 1175px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<ul class=\"wp-block-list\">\n<li><strong>Post Type Name<\/strong> (Post type name). This is the CPT title that will be visible in the post types list. <\/li>\n\n\n\n<li><strong>Post Type Slug<\/strong> (Post type slug). It\u2019s generated automatically from the name you entered above. The slug will be used for this CPT\u2019s archive permalink, e.g., https:\/\/domain.com\/movies.  <\/li>\n\n\n\n<li><strong>&#8220;Edit post type \/ meta box&#8221; link<\/strong> (&#8220;Edit post type \/ meta box&#8221; link). This option creates a shortcut from each edit screen for posts of this custom type to the page you\u2019re on now. If enabled, a small gear icon appears in the top-right corner of the meta box block on a post edit screen. When the user clicks it, they\u2019ll be taken to the Custom Post Type edit page.   <\/li>\n<\/ul>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c942b49&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c942b49\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1921\" height=\"715\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/engranaje-con-acceso-a-post-type.jpg\" alt=\"Gear icon with link to CPT settings\" class=\"wp-image-4851\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/engranaje-con-acceso-a-post-type.jpg 1921w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/engranaje-con-acceso-a-post-type-500x186.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/engranaje-con-acceso-a-post-type-1024x381.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/engranaje-con-acceso-a-post-type-768x286.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/engranaje-con-acceso-a-post-type-1536x572.jpg 1536w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/engranaje-con-acceso-a-post-type-600x223.jpg 600w\" sizes=\"auto, (max-width: 1921px) 100vw, 1921px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h3 class=\"wp-block-heading\" id=\"title4\">Labels<\/h3>\n\n<p class=\"wp-block-paragraph\">Since the Custom Post Type is visible in the WordPress admin panel, its name will be used for various options. In the <strong>Labels<\/strong> block, you can translate all these labels. For example, instead of <strong>Add New Post<\/strong>, you can change it to <strong>Add new movie<\/strong>. Review the list of labels and update their translation. In the next image you can see an example of all the translations.    <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c9430e6&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c9430e6\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1199\" height=\"2068\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine.jpg\" alt=\"JetEngine Post Type labels\" class=\"wp-image-4852\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine.jpg 1199w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine-290x500.jpg 290w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine-594x1024.jpg 594w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine-768x1325.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine-891x1536.jpg 891w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine-1187x2048.jpg 1187w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-post-type-jetengine-600x1035.jpg 600w\" sizes=\"auto, (max-width: 1199px) 100vw, 1199px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h3 class=\"wp-block-heading\" id=\"advanced-settings-ajustes-avanzados-b0a736ba-7e71-4936-b57f-995e209fa36f\">Advanced Settings<\/h3>\n\n<p class=\"wp-block-paragraph\">In the <strong>Advanced Settings<\/strong> block, there\u2019s a set of features connected to the CPT shown in the WordPress dashboard.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">If these options are hard to interpret, just leave them at their default values.<\/p>\n<\/blockquote>\n\n<ul class=\"wp-block-list\">\n<li><strong>Is Public (Public)<\/strong>. While this option is enabled, the CPT will be visible and accessible in the dashboard, and can be seen by both admins and users. <\/li>\n\n\n\n<li><strong>Exclude From Search (Exclude from search)<\/strong>. You can create a CPT that only admins will use. In that case, you can enable this option and posts of this custom type won\u2019t be available to the front-end search tools (what users see).  <\/li>\n\n\n\n<li><strong>Publicly Queryable (Publicly queryable)<\/strong>. This toggle is connected to <strong>Is Public (Public)<\/strong>. If enabled, queries for this CPT can be made on the front end (what users see).  <\/li>\n\n\n\n<li><strong>Show Admin UI<\/strong> (<strong>Show admin UI<\/strong>). If you disable this option, the tab or link to edit posts of this custom type will disappear from the dashboard. You\u2019ll be able to see the list of posts but not edit them.  <\/li>\n\n\n\n<li><strong>Show Admin Menu, Show in Naw Menu, Show in Rest API (Show in admin menu, Show in navigation menu, Show in the <strong>API<\/strong><\/strong> <strong>Rest)<\/strong>. These three toggles let you configure the CPT\u2019s visibility more specifically. You can choose to hide the CPT from the admin menu, the navigation menu, or the REST API.  <\/li>\n<\/ul>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c943899&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c943899\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1199\" height=\"1483\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine.jpg\" alt=\"Advanced settings for JetPlugins Post Types\" class=\"wp-image-4853\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine.jpg 1199w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-404x500.jpg 404w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-828x1024.jpg 828w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-768x950.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-600x742.jpg 600w\" sizes=\"auto, (max-width: 1199px) 100vw, 1199px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<ul class=\"wp-block-list\">\n<li><strong>Register Query Var (Register query var)<\/strong>. If you enable this toggle, a <a href=\"https:\/\/codex.wordpress.org\/Wordpress_Query_Vars\" target=\"_blank\" rel=\"noreferrer noopener\">query_var<\/a> will be registered for this CPT. <\/li>\n\n\n\n<li><strong>Rewrite (Rewrite)<\/strong>. Enables rewriting the archive slug for this post type. <\/li>\n\n\n\n<li><strong>Rewrite Slug (Rewrite slug)<\/strong>. To use this field, the previous option (Rewrite) must be enabled. From here you can rewrite this post type\u2019s slug and change it to another one. <\/li>\n\n\n\n<li><strong>Rewrite With Front<\/strong>. Similar to the previous one, but via the <a href=\"https:\/\/developer.wordpress.org\/reference\/classes\/wp_rewrite\/#properties\" target=\"_blank\" rel=\"noreferrer noopener\">$front property<\/a>. <\/li>\n\n\n\n<li><strong>Capability Type (Capability type)<\/strong>. In this field, you define which string WP will use to build this CPT\u2019s capabilities; by default, <em>post<\/em>. <\/li>\n<\/ul>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c943ec5&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c943ec5\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1177\" height=\"615\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-post-type-jetplugins-3.jpg\" alt=\"Advanced settings for JetPlugins Post Types\" class=\"wp-image-4855\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-post-type-jetplugins-3.jpg 1177w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-post-type-jetplugins-3-500x261.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-post-type-jetplugins-3-1024x535.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-post-type-jetplugins-3-768x401.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-post-type-jetplugins-3-600x314.jpg 600w\" sizes=\"auto, (max-width: 1177px) 100vw, 1177px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<ul class=\"wp-block-list\">\n<li><strong>Has Archive (Has archive)<\/strong>. Enable this toggle if you want the CPT to have a posts archive. The posts archive is the page that shows the list of all posts.  <\/li>\n\n\n\n<li><strong>Hierarchial (Hierarchical)<\/strong>. If you want this post type to be hierarchical, enable this option. This means posts can have a parent post, like pages do.  <\/li>\n<\/ul>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c9443ba&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c9443ba\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"346\" height=\"211\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/pagina-superior.jpg\" alt=\"Parent page\" class=\"wp-image-4856\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<ul class=\"wp-block-list\">\n<li><strong>Menu Position (Menu position)<\/strong>. The number you enter here will be the position number where this CPT\u2019s tab will appear in the WordPress Admin Panel navigation menu. <\/li>\n\n\n\n<li><strong>Menu Icon (Menu icon)<\/strong>. Each tab in the WordPress admin panel navigation menu has an icon. Here you can choose one for your CPT tab.  <\/li>\n\n\n\n<li><strong>Supports (Supports)<\/strong>. From this dropdown, you can choose the additional support blocks that will appear on the CPT editor page. You can include: Title, Gutenberg Editor (Editor), Comments, Revisions, Trackbacks, Author, Excerpt, Page Attributes, Featured Image (Thumbnail), Custom Fields, and Post Formats.  <\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"meta-fields-metacampos-bbbe61b9-2324-4fdd-abb7-db6b2f3cfe5c\">Meta Fields<\/h3>\n\n<p class=\"wp-block-paragraph\">Now we\u2019ll see how to configure the custom meta fields created with the JetEngine add-on, and we\u2019ll take a closer look at the field types.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"que-es-un-meta-fields-o-metacampo-3312970b-0169-4f20-9128-20a5abd0305d\">What is a Meta Field?<\/h3>\n\n<p class=\"wp-block-paragraph\">Meta fields let you add additional information to your custom post, which you can then display on the front end (what users see) with the help of dynamic widgets. You can also use them to filter the posts list. <\/p>\n\n<p class=\"wp-block-paragraph\">In the case of simple posts like <strong>Posts<\/strong>, they only have a title, the body we edit with the Gutenberg editor, and a featured image. But with JetEngine we can add meta fields of different types as we like. These are all the meta field types that JetEngine\u2019s Post Type feature lets us add:  <\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Text<\/strong><\/li>\n\n\n\n<li><strong>Date<\/strong><\/li>\n\n\n\n<li><strong>Time<\/strong><\/li>\n\n\n\n<li><strong>Datetime<\/strong><\/li>\n\n\n\n<li><strong>Textarea<\/strong><\/li>\n\n\n\n<li><strong>WYSIWYG<\/strong><\/li>\n\n\n\n<li><strong>Switcher<\/strong><\/li>\n\n\n\n<li><strong>Checkbox<\/strong><\/li>\n\n\n\n<li><strong>Iconpicker<\/strong><\/li>\n\n\n\n<li><strong>Media<\/strong><\/li>\n\n\n\n<li><strong>Gallery<\/strong><\/li>\n\n\n\n<li><strong>Radio<\/strong><\/li>\n\n\n\n<li><strong>Repeater<\/strong><\/li>\n\n\n\n<li><strong>Select<\/strong><\/li>\n\n\n\n<li><strong>Number<\/strong><\/li>\n\n\n\n<li><strong>Colorpicker<\/strong><\/li>\n\n\n\n<li><strong>Posts<\/strong><\/li>\n\n\n\n<li><strong>HTML<\/strong><\/li>\n<\/ul>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c944ead&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c944ead\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1182\" height=\"755\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/metacampos-post-type-jetengine.jpg\" alt=\"Post Type meta fields with JetEngine\" class=\"wp-image-4857\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/metacampos-post-type-jetengine.jpg 1182w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/metacampos-post-type-jetengine-500x319.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/metacampos-post-type-jetengine-1024x654.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/metacampos-post-type-jetengine-768x491.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/metacampos-post-type-jetengine-600x383.jpg 600w\" sizes=\"auto, (max-width: 1182px) 100vw, 1182px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">You can drag and drop the fields to reorder them by hovering your mouse pointer over this icon <img decoding=\"async\" class=\"wp-image-17720\" style=\"width: 19px\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2021\/11\/arrastrar-y-soltar.jpg\" alt=\"Drag-and-drop icon\"\/><\/p>\n<\/blockquote>\n\n<h3 class=\"wp-block-heading\" id=\"configuracion-del-metacampo-17c051d0-59bd-4caf-9d39-116a51b34e73\">Meta field settings<\/h3>\n\n<p class=\"wp-block-paragraph\">To create a meta field, first click the <strong>New Meta Field<\/strong> button. Then fill out the form for this new meta field. <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94555c&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94555c\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1181\" height=\"528\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-metacampo-post-type-jetengine.jpg\" alt=\"JetEngine Post Type meta field settings\" class=\"wp-image-4858\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-metacampo-post-type-jetengine.jpg 1181w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-metacampo-post-type-jetengine-500x224.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-metacampo-post-type-jetengine-1024x458.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-metacampo-post-type-jetengine-768x343.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-metacampo-post-type-jetengine-600x268.jpg 600w\" sizes=\"auto, (max-width: 1181px) 100vw, 1181px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<ul class=\"wp-block-list\">\n<li><strong>Label (Label)<\/strong>: enter the field title here. This is how it will be shown to you and other users later on. <\/li>\n\n\n\n<li><strong>Name\/ID (Name\/ID)<\/strong>: this value is generated automatically based on the text you enter in the Label field. If you want to change it, keep in mind this ID must not include spaces and make sure it only contains letters and numbers. Autocomplete will also add a random number to the name if it isn\u2019t unique. Fields with similar IDs could confuse you and cause issues if you want to use them elsewhere. That\u2019s why autocomplete avoids using similar IDs.    <\/li>\n\n\n\n<li><strong>Object type (Object type)<\/strong>: here you can choose the object type. The <em>Field<\/em> option means you\u2019ll be able to add values there. <em>Tab<\/em>, <em>Accordion<\/em>, and <em>Endpoint<\/em> will create a specific layout. You can group one or more meta fields in a Tab (using Tab + Endpoint) or in an Accordion (Accordion + Endpoint).  <\/li>\n<\/ul>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Remember you can drag and drop the fields to place them between Tab and Endpoint or between Accordion and Endpoint\u2014use this icon for that <img decoding=\"async\" class=\"wp-image-17720\" style=\"width: 19px\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2021\/11\/arrastrar-y-soltar.jpg\" alt=\"Drag-and-drop icon\"\/><\/p>\n<\/blockquote>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c945e6d&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c945e6d\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1482\" height=\"391\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/tab-endpoint-custom-post-jetplugins.jpg\" alt=\"Tab and endpoint in JetEngine Post Type\" class=\"wp-image-4859\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/tab-endpoint-custom-post-jetplugins.jpg 1482w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/tab-endpoint-custom-post-jetplugins-500x132.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/tab-endpoint-custom-post-jetplugins-1024x270.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/tab-endpoint-custom-post-jetplugins-768x203.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/tab-endpoint-custom-post-jetplugins-600x158.jpg 600w\" sizes=\"auto, (max-width: 1482px) 100vw, 1482px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h3 class=\"wp-block-heading\" id=\"tipos-de-metacampo-3c23ee27-597b-4c6f-8757-4ca6d51396ef\">Meta field types<\/h3>\n\n<p class=\"wp-block-paragraph\">When you select &#8220;Field&#8221; in <strong>Objet Type (Field type)<\/strong>, we now have to choose which type of field we want to use. We\u2019ll do this in the <strong>Field Type (Field type)<\/strong> option. Next, we\u2019ll look at each type. <\/p>\n\n<h4 class=\"wp-block-heading\" id=\"texto-1f589f76-e246-4107-afb2-1da385477a81\">Text<\/h4>\n\n<p class=\"wp-block-paragraph\">If you want to add an additional field with custom text to the post type, this type fits your needs perfectly. You can add extra information about posts using this field. You can also specify the maximum number of characters allowed in the field.  <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c9463e2&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c9463e2\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1483\" height=\"90\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/text-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Text field\" class=\"wp-image-4860\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/text-post-type-jetengine.jpg 1483w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/text-post-type-jetengine-500x30.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/text-post-type-jetengine-1024x62.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/text-post-type-jetengine-768x47.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/text-post-type-jetengine-600x36.jpg 600w\" sizes=\"auto, (max-width: 1483px) 100vw, 1483px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"date-fecha-c9bd5868-1c26-4ae6-b976-76564cf026bb\">Date<\/h4>\n\n<p class=\"wp-block-paragraph\">This meta field is ideal for adding dates for events, meetings, conferences, etc. You can also save the date as a timestamp by enabling the <strong>Save as timestamp<\/strong> toggle, which will let you run queries and filters by date. This meta field lets you add the date manually or via a calendar picker\u2014whichever you prefer.   <\/p>\n\n<p class=\"wp-block-paragraph\">The date input format is <strong>yy-mm-dd<\/strong>, e.g., 22\/12\/30, but don\u2019t worry\u2014when we display this field on the front end (what users see), we can format the output however we like.<\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c9468de&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c9468de\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1092\" height=\"345\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/date-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Date meta field\" class=\"wp-image-4862\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/date-post-type-jetengine.jpg 1092w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/date-post-type-jetengine-500x158.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/date-post-type-jetengine-1024x324.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/date-post-type-jetengine-768x243.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/date-post-type-jetengine-600x190.jpg 600w\" sizes=\"auto, (max-width: 1092px) 100vw, 1092px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"time-tiempo-447ba81d-efb7-45d4-ae92-ec35a46855b6\">Time<\/h4>\n\n<p class=\"wp-block-paragraph\">This is an appropriate type for adding a timestamp to your posts. Add a specific time for events, meetings, conferences, or a duration in this meta field. You can use the picker to select hours and minutes with sliders, or edit with the keyboard using the hh:mm:ss format. From the keyboard you can enter hours, minutes, and seconds, for example 01:25:15.  <\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c946d85&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c946d85\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"801\" height=\"316\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/time-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Time meta field\" class=\"wp-image-4863\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/time-post-type-jetengine.jpg 801w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/time-post-type-jetengine-500x197.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/time-post-type-jetengine-768x303.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/time-post-type-jetengine-600x237.jpg 600w\" sizes=\"auto, (max-width: 801px) 100vw, 801px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"datetime-fecha-y-hora-0eac15aa-ad03-42c6-81a6-8463713b155d\">Datetime<\/h4>\n\n<p class=\"wp-block-paragraph\">It lets you select the date and time in the same place. You can also save the date and time as a timestamp by enabling the <strong>Save as timestamp<\/strong> toggle, which will give you the ability to run queries and filters by date. This meta field lets you add the date and time manually or via a calendar picker\u2014whichever you prefer.  <\/p>\n\n<p class=\"wp-block-paragraph\">The date input format is <strong>yy-mm-ddThh:mm<\/strong>, e.g., 22-11-25T15:27, but don\u2019t worry\u2014when we display this field on the front end (what users see), we can format the output however we like.<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94728a&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94728a\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"904\" height=\"513\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/datetime-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Datetime meta field\" class=\"wp-image-4864\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/datetime-post-type-jetengine.jpg 904w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/datetime-post-type-jetengine-500x284.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/datetime-post-type-jetengine-768x436.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/datetime-post-type-jetengine-600x340.jpg 600w\" sizes=\"auto, (max-width: 904px) 100vw, 904px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"textarea-area-de-texto-cd3b1c6b-7fc3-4996-91de-ddc699b21541\">Textarea<\/h4>\n\n<p class=\"wp-block-paragraph\">You can use this type to add a text area to posts with a line-by-line text layout. You can also set the character limit for this field value. <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c947839&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c947839\" class=\"wp-block-image size-full wp-lightbox-container\"><img decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2021\/11\/textarea-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Textarea meta field\" class=\"wp-image-17728\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"wysiwyg-editor-con-texto-enriquecido-ff2d1457-ff64-4130-9d0c-27e165488250\">WYSIWYG<\/h4>\n\n<p class=\"wp-block-paragraph\">This meta field type includes a basic rich-text editor that lets you format the text as you like by adding bold, italics, size, color, bullets, links, etc.<\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c947ce0&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c947ce0\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1475\" height=\"666\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/wysiwyg-post-type-jetengine.jpg\" alt=\"JetEngine Post Type WYSIWYG meta field\" class=\"wp-image-4865\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/wysiwyg-post-type-jetengine.jpg 1475w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/wysiwyg-post-type-jetengine-500x226.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/wysiwyg-post-type-jetengine-1024x462.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/wysiwyg-post-type-jetengine-768x347.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/wysiwyg-post-type-jetengine-600x271.jpg 600w\" sizes=\"auto, (max-width: 1475px) 100vw, 1475px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"switcher-conmutador-o-interruptor-b7edeb6f-4cbd-4705-8bde-030e372739f7\">Switcher<\/h4>\n\n<p class=\"wp-block-paragraph\">You can add a switcher as a custom field to your posts, products, events, etc., which lets you enable\/disable the appropriate option in the meta field block. You can also use this switcher to set conditional display logic for another meta field. For example, if this switcher isn\u2019t enabled, one or more other meta fields won\u2019t be shown.  <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c948184&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c948184\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1469\" height=\"200\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/switcher-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Switcher meta field\" class=\"wp-image-4866\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/switcher-post-type-jetengine.jpg 1469w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/switcher-post-type-jetengine-500x68.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/switcher-post-type-jetengine-1024x139.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/switcher-post-type-jetengine-768x105.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/switcher-post-type-jetengine-600x82.jpg 600w\" sizes=\"auto, (max-width: 1469px) 100vw, 1469px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"checkbox-caja-de-chequeo-fd93d73e-a2ec-4208-bf0a-1f6842fd37e3\">Checkbox<\/h4>\n\n<p class=\"wp-block-paragraph\">This type gives you the option to add checkboxes with different options. You can add one or several, and add these options manually or via a glossary you can create from the <strong>JetEngine &gt; JetEngine &gt; Glossaries<\/strong> menu. Creating a glossary lets you reuse that same glossary across different meta fields, even in other Post Types.  <\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94865c&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94865c\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"119\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/checkbox-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Checkbox meta field\" class=\"wp-image-4867\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/checkbox-post-type-jetengine.jpg 577w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/checkbox-post-type-jetengine-500x103.jpg 500w\" sizes=\"auto, (max-width: 577px) 100vw, 577px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"iconpicker-selector-de-iconos-4346af5b-398d-4d74-94ec-f591fe7edbe6\">Iconpicker<\/h4>\n\n<p class=\"wp-block-paragraph\">This meta field includes an icon picker that lets you choose an appropriate icon for each post.<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c948bc8&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c948bc8\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"706\" height=\"494\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/iconpicker-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Iconpicker meta field\" class=\"wp-image-4868\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/iconpicker-post-type-jetengine.jpg 706w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/iconpicker-post-type-jetengine-500x350.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/iconpicker-post-type-jetengine-600x420.jpg 600w\" sizes=\"auto, (max-width: 706px) 100vw, 706px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"media-archivo-de-medios-5ddcc06b-0d3d-49b2-b28f-a725c08bf4c3\">Media<\/h4>\n\n<p class=\"wp-block-paragraph\">This type will help you add a media file\u2014an image in particular\u2014although you shouldn\u2019t forget you can also use the featured image to add an image to the post. You can also add any file type you can upload to the WordPress media library (PDF, MP3, MP4, &#8230;). <\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c949114&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c949114\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"615\" height=\"219\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/media-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Media meta field\" class=\"wp-image-4869\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/media-post-type-jetengine.jpg 615w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/media-post-type-jetengine-500x178.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/media-post-type-jetengine-600x214.jpg 600w\" sizes=\"auto, (max-width: 615px) 100vw, 615px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"gallery-8c61a728-da79-42f9-adf7-638827c37384\">Gallery<\/h4>\n\n<p class=\"wp-block-paragraph\">This type will help you add one or more media files to the post, especially images, although you can also add any file type you can upload to the WordPress media library (PDF, MP3, MP4, &#8230;).<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c949643&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c949643\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"925\" height=\"218\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/gallery-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Gallery meta field\" class=\"wp-image-4870\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/gallery-post-type-jetengine.jpg 925w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/gallery-post-type-jetengine-500x118.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/gallery-post-type-jetengine-768x181.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/gallery-post-type-jetengine-600x141.jpg 600w\" sizes=\"auto, (max-width: 925px) 100vw, 925px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"radio-bc9a6ec4-f35b-4796-9f60-dca0beb87744\">Radio<\/h4>\n\n<p class=\"wp-block-paragraph\">The radio type is perfect for adding radio options. They differ from checkboxes in that with radio buttons you can only select one of the available options. You can add the available options manually or via a glossary you can create from the <strong>JetEngine &gt; JetEngine &gt; Glossaries<\/strong> menu. Creating a glossary lets you reuse that same glossary across different meta fields, even in other Post Types.    <\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c949b47&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c949b47\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"539\" height=\"125\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/radio-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Radio meta field\" class=\"wp-image-4871\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/radio-post-type-jetengine.jpg 539w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/radio-post-type-jetengine-500x116.jpg 500w\" sizes=\"auto, (max-width: 539px) 100vw, 539px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"repeater-repeticion-40bad2d2-bc60-4e41-9c10-803716cd4fab\">Repeater<\/h4>\n\n<p class=\"wp-block-paragraph\">This type will help you add a content block with an undefined number of items\u2014you can add as many as you need. You can also select the meta field type (Text, Date, Time, Datetime, &#8230;), and you can include more than one meta field in each item. <\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94a1db&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94a1db\" class=\"aligncenter size-full wp-lightbox-container\"><img decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2021\/11\/repeater-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Repeater meta field\" class=\"wp-image-17738\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"select-selector-desplegable-7eac2632-f918-443d-8d7f-3d19c5430fdd\">Select<\/h4>\n\n<p class=\"wp-block-paragraph\">Use this content type to add a dropdown selector for the post. If you enable <strong>Allow to select multiple<\/strong> <strong>values<\/strong>, you\u2019ll be able to select multiple options at once. This value can also be displayed using its own <strong>callback<\/strong> for a <strong>dynamic field<\/strong>.  <\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94a687&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94a687\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"489\" height=\"164\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/select-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Select meta field\" class=\"wp-image-4873\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"number-numero-2b1a0d05-8d67-4d70-af95-8f3b7705a454\">Number<\/h4>\n\n<p class=\"wp-block-paragraph\">If you need a field that can only be filled in with numbers, this one is perfect.<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94ab23&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94ab23\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"117\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/number-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Number meta field\" class=\"wp-image-4875\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"colorpicker-selector-de-color-b7cfc36b-8945-419d-bd80-30838cdb8707\">Colorpicker<\/h4>\n\n<p class=\"wp-block-paragraph\">With this meta field type, you can select a color using the color palette or by typing its hex code.<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94b04f&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94b04f\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"783\" height=\"352\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/colorpicker-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Colorpicker meta field\" class=\"wp-image-4876\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/colorpicker-post-type-jetengine.jpg 783w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/colorpicker-post-type-jetengine-500x225.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/colorpicker-post-type-jetengine-768x345.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/colorpicker-post-type-jetengine-600x270.jpg 600w\" sizes=\"auto, (max-width: 783px) 100vw, 783px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<h4 class=\"wp-block-heading\" id=\"posts-publicaciones-795f614f-288c-4870-bcec-135aa9bd15e3\">Posts<\/h4>\n\n<p class=\"wp-block-paragraph\">This type lets you select a post from another CPT or even from the same CPT you\u2019re creating.<\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94b50e&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94b50e\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1476\" height=\"166\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/posts-post-type-jetengine.jpg\" alt=\"JetEngine Post Type Posts meta field\" class=\"wp-image-4877\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/posts-post-type-jetengine.jpg 1476w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/posts-post-type-jetengine-500x56.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/posts-post-type-jetengine-1024x115.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/posts-post-type-jetengine-768x86.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/posts-post-type-jetengine-600x67.jpg 600w\" sizes=\"auto, (max-width: 1476px) 100vw, 1476px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"html-codigo-html-4e3c5dea-5115-40bc-80bb-bf63184dbff4\">HTML<\/h4>\n\n<p class=\"wp-block-paragraph\">You can add custom HTML code to this meta field. It will be useful for inserting embedded code such as videos, audio, documents, etc. This code won\u2019t be shown on the post edit screen; what you\u2019ll see is the output of the code itself, which can be useful for adding help for the post editor. This meta field doesn\u2019t actually store anything\u2014it only renders the code we enter on the edit screen.   <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94b9ac&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94b9ac\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1202\" height=\"899\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/html-post-type-jetengine.jpg\" alt=\"JetEngine Post Type HTML meta field\" class=\"wp-image-4878\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/html-post-type-jetengine.jpg 1202w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/html-post-type-jetengine-500x374.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/html-post-type-jetengine-1024x766.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/html-post-type-jetengine-768x574.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/html-post-type-jetengine-600x449.jpg 600w\" sizes=\"auto, (max-width: 1202px) 100vw, 1202px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h3 class=\"wp-block-heading\" id=\"valores-personalizados-en-los-tipos-checkbox-y-radio-3fa9f0e7-819a-4d33-a2cf-cf7fd49c147b\">Custom values in Checkbox and Radio types<\/h3>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>ATTENTION!<\/strong><br\/>The following functionality can be used for custom posts, custom taxonomies, and the options page.<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">When you choose the Checkbox or Radio meta field types, two additional options appear: <strong>Allow Custom (Allow custom options)<\/strong> and <strong>Get options from the glossary (Get options from the glossary)<\/strong>.<\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94c071&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94c071\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1180\" height=\"819\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/opciones-personalizadas-y-glosario.jpg\" alt=\"Allow custom options and Get from glossary\" class=\"wp-image-4879\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/opciones-personalizadas-y-glosario.jpg 1180w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/opciones-personalizadas-y-glosario-500x347.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/opciones-personalizadas-y-glosario-1024x711.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/opciones-personalizadas-y-glosario-768x533.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/opciones-personalizadas-y-glosario-600x416.jpg 600w\" sizes=\"auto, (max-width: 1180px) 100vw, 1180px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"allow-custom-permitirvalorespersonalizadas-1db742e2-9cc8-4ebd-a1af-8d132c0d83b0\">Allow Custom<\/h4>\n\n<p class=\"wp-block-paragraph\">This option lets you add custom values to those fields, saving them in the current post\u2019s database but without saving them in the default values list.<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94c523&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94c523\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"696\" height=\"207\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/allow-custom-post-type.jpg\" alt=\"Allow Custom\" class=\"wp-image-4880\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/allow-custom-post-type.jpg 696w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/allow-custom-post-type-500x149.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/allow-custom-post-type-600x178.jpg 600w\" sizes=\"auto, (max-width: 696px) 100vw, 696px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<p class=\"wp-block-paragraph\">If you want those custom values to apply to all posts in the <strong>CPT<\/strong>, enable the <strong>Save Custom (Save custom)<\/strong> option and all its posts will contain this new value.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>ATTENTION!<\/strong><br\/>The Radio meta field is configured by analogy with the checkbox described above.<\/p>\n<\/blockquote>\n\n<h3 class=\"wp-block-heading\" id=\"get-options-from-the-glossary-obtener-opciones-desde-un-glosario-bd3b1057-4711-4e35-a65d-1672d61c2646\">Get options from the glossary<\/h3>\n\n<p class=\"wp-block-paragraph\">If you enable this option, it will let you add options from a Glossary to the list. You\u2019ll be able to specify the specific glossary. To create a new glossary, go to <strong>JetEngine &gt; JetEngine&gt; Glossaries<\/strong> and click the <strong>+New Glossary (New glossary)<\/strong> button.  <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94cbf8&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94cbf8\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1698\" height=\"447\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/nuevo-glosario.jpg\" alt=\"New glossary\" class=\"wp-image-4881\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/nuevo-glosario.jpg 1698w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/nuevo-glosario-500x132.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/nuevo-glosario-1024x270.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/nuevo-glosario-768x202.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/nuevo-glosario-1536x404.jpg 1536w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/nuevo-glosario-600x158.jpg 600w\" sizes=\"auto, (max-width: 1698px) 100vw, 1698px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h4 class=\"wp-block-heading\" id=\"save-as-array-guardar-como-matriz-714fa8fe-e585-4a8d-af0a-3290bba40be9\">Save as array<\/h4>\n\n<p class=\"wp-block-paragraph\">When this option is enabled, the checked values will be stored as a simple PHP array. You need to use this option if you\u2019re going to edit this field in a front-end form. If you don\u2019t enable Save as array, the field won\u2019t be pre-filled in the form.  <\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>NOTE!<\/strong><br\/>It\u2019s recommended to enable this option when creating the meta field. If you fill this field in your CPT and then enable the Save as array option, the field will reset and you\u2019ll need to add the data again. <\/p>\n<\/blockquote>\n\n<h3 class=\"wp-block-heading\" id=\"title6\">Other meta field parameters<\/h3>\n\n<p class=\"wp-block-paragraph\">There are the <strong>Description<\/strong> and <strong>Field width<\/strong> parameters, where you can add informational text for the editor and set the meta field width.<\/p>\n\n<p class=\"wp-block-paragraph\">You can specify the <strong>Character limit<\/strong> and set a <strong>Default value<\/strong> for the current field. In addition, you can enable the <strong>Is required<\/strong> option to make the field mandatory. <\/p>\n\n<p class=\"wp-block-paragraph\">The <strong>Conditional logic<\/strong> field lets you make fields visible only if conditions are met. <\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94d284&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94d284\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1176\" height=\"629\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/logica-condicional.jpg\" alt=\"Conditional logic\" class=\"wp-image-4882\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/logica-condicional.jpg 1176w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/logica-condicional-500x267.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/logica-condicional-1024x548.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/logica-condicional-768x411.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/logica-condicional-600x321.jpg 600w\" sizes=\"auto, (max-width: 1176px) 100vw, 1176px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>NOTE!<\/strong><br\/>The <strong>Default value<\/strong> option is available only for text field types.<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">After you\u2019ve added as many meta fields as you need, click the <strong>Update Post Type (Update Meta Box)<\/strong> button to save the changes.<\/p>\n\n<p class=\"wp-block-paragraph\">You can display the content you\u2019ve added in custom meta fields using Elementor in listings and templates.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"crear-taxonomias-a-un-custom-post-type-de-jetengine-6cdfcaaf-4c98-4934-962e-f455bcc16f8c\">Create taxonomies for a JetEngine Custom Post Type<\/h2>\n\n<p class=\"wp-block-paragraph\">In the WordPress admin panel menu, click <strong>JetEngine &gt;<\/strong> <strong>Taxonomies<\/strong> and then click the <strong>Add New<\/strong> button to continue and create a new taxonomy. The process is very similar to creating a <strong>CPT<\/strong>. There are the same blocks: <strong>General Settings<\/strong>, <strong>Labels<\/strong>, <strong>Advanced Settings<\/strong>, and <strong>Meta fields<\/strong>.  <\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94d8cc&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94d8cc\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"190\" height=\"320\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-jetengine.jpg\" alt=\"JetEngine taxonomies\" class=\"wp-image-4847\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Remember that at the beginning of this post I explained what <a href=\"#que-son-las-taxonomias-59b10879-7296-4133-958b-0b1fc8b39f49\">Taxonomies<\/a> and <a href=\"#que-son-los-terms-c5a166ed-3022-4a14-87b5-50db864a911b\">Terms<\/a> are.<\/p>\n<\/blockquote>\n\n<h3 class=\"wp-block-heading\" id=\"1-general-settings-configuracion-general-6cb716b0-a440-4f2a-a6fa-3ae82592d48a\">1. General Settings<\/h3>\n\n<p class=\"wp-block-paragraph\">In <strong>General Settings<\/strong> there are fields such as:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Taxonomie Name (Taxonomy name)<\/strong>: set the taxonomy name, for example Projects or Portfolio, depending on the post type this taxonomy will be created for.<\/li>\n\n\n\n<li><strong>Taxonomy Slug<\/strong>: it\u2019s filled in automatically. The slug must be made up only of letters (without accent marks), numbers, and &#8216;-&#8216; or &#8216;_&#8217;. For example <em>taxonomy_name<\/em>.  <\/li>\n\n\n\n<li><strong>Post type<\/strong>: from the list, choose which post type this taxonomy will be created for. It can be one we created ourselves or an existing one.<\/li>\n\n\n\n<li><strong>&#8216;Edit taxonomy\/meta box&#8217; link<\/strong>: In my opinion, this is useless. In the Post Type screen it has a function, but in the case of Taxonomies I haven\u2019t seen it do anything. <\/li>\n<\/ul>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94e179&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94e179\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1181\" height=\"541\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-taxonomias-jetengine.jpg\" alt=\"General taxonomy settings in JetEngine\" class=\"wp-image-4883\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-taxonomias-jetengine.jpg 1181w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-taxonomias-jetengine-500x229.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-taxonomias-jetengine-1024x469.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-taxonomias-jetengine-768x352.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-general-taxonomias-jetengine-600x275.jpg 600w\" sizes=\"auto, (max-width: 1181px) 100vw, 1181px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h3 class=\"wp-block-heading\" id=\"2-labels-etiquetas-dff20532-a359-4f22-9516-9015ed2cef25\">2. Labels<\/h3>\n\n<p class=\"wp-block-paragraph\">Since the taxonomy is visible in the WordPress admin panel, its name will be used for various options. In the <strong>Labels<\/strong> block, you can translate all these labels. For example, instead of <strong>Add New Category<\/strong>, you can change it to <strong>Add new category<\/strong>. Review the list of labels and update their translation.    <\/p>\n\n<p class=\"wp-block-paragraph\">In the next image you can see an example of all the translations for a category type I\u2019ve called <strong>Genre<\/strong> (designed to create movie genres).<\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94e79b&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94e79b\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1848\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-taxonomias-jetengine.jpg\" alt=\"JetEngine taxonomy labels\" class=\"wp-image-4884\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-taxonomias-jetengine.jpg 1200w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-taxonomias-jetengine-325x500.jpg 325w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-taxonomias-jetengine-665x1024.jpg 665w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-taxonomias-jetengine-768x1183.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-taxonomias-jetengine-997x1536.jpg 997w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/etiquetas-taxonomias-jetengine-600x924.jpg 600w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h3 class=\"wp-block-heading\" id=\"3-advanced-settings-configuracion-avanzada-731cd821-d73d-4ed2-ac87-9af684fed0f1\">3. Advanced Settings<\/h3>\n\n<p class=\"wp-block-paragraph\">This block lets you configure how the taxonomy is displayed. You simply decide whether you want it to be public or shown in the admin menu, etc. The only option worth highlighting is <strong>Hierarchical<\/strong>. If we enable this checkbox, it will be displayed the same way <strong>Categories<\/strong> are displayed in Posts; if you leave it disabled, it will behave the same way <strong>Tags<\/strong> behave in Posts.  <\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">It has the same options as in the Post Type screen that <a href=\"#advanced-settings-ajustes-avanzados-b0a736ba-7e71-4936-b57f-995e209fa36f\">you can see here<\/a>.<\/p>\n<\/blockquote>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94ee43&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94ee43\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1199\" height=\"1483\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-1.jpg\" alt=\"Advanced taxonomy settings in JetEngine\" class=\"wp-image-4885\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-1.jpg 1199w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-1-404x500.jpg 404w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-1-828x1024.jpg 828w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-1-768x950.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/configuracion-avanzada-taxonomias-jetengine-1-600x742.jpg 600w\" sizes=\"auto, (max-width: 1199px) 100vw, 1199px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<h3 class=\"wp-block-heading\" id=\"4-meta-fields-metacampos-3e860cae-496b-416b-9086-68ac3a3ecc7e\">4. Meta fields<\/h3>\n\n<p class=\"wp-block-paragraph\">Use them to display any additional information for the taxonomy, such as media, radio options, repeaters, etc. You can also customize the field widths to take up less space and arrange them side by side.  <\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">It works exactly the same as in Post Types, which <a href=\"#meta-fields-metacampos-bbbe61b9-2324-4fdd-abb7-db6b2f3cfe5c\">you can see here<\/a>.<\/p>\n<\/blockquote>\n\n<h2 class=\"wp-block-heading\" id=\"anadir-y-editar-taxonomia-fe5d9cbc-1fc3-43a3-b6bb-594c822660a8\">Add and edit taxonomy<\/h2>\n\n<p class=\"wp-block-paragraph\">Once you\u2019ve created the taxonomy, you\u2019ll be able to add and edit terms from the WordPress menu.<\/p>\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94f675&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94f675\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"194\" height=\"152\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/anadir-y-editar-taxonomias.jpg\" alt=\"Advanced taxonomy settings in JetEngine\" class=\"wp-image-4886\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><figcaption class=\"wp-element-caption\">From the WordPress menu<\/figcaption><\/figure>\n<\/div>\n<p class=\"wp-block-paragraph\">You\u2019ll be able to select the terms for a custom post in the right-hand column.<\/p>\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a9945c94fbee&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a9945c94fbee\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1919\" height=\"505\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-en-post-type.jpg\" alt=\"Taxonomies in a Post Type\" class=\"wp-image-4887\" srcset=\"https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-en-post-type.jpg 1919w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-en-post-type-500x132.jpg 500w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-en-post-type-1024x269.jpg 1024w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-en-post-type-768x202.jpg 768w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-en-post-type-1536x404.jpg 1536w, https:\/\/lacolmenatecnologica.com\/wp-content\/uploads\/2025\/12\/taxonomias-en-post-type-600x158.jpg 600w\" sizes=\"auto, (max-width: 1919px) 100vw, 1919px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">If you\u2019ve made it this far, I hope this tutorial has been helpful. If so, it would be great if you <a href=\"https:\/\/g.page\/r\/CXv7VPU8M4v2EAg\/review\" target=\"_blank\" rel=\"noreferrer noopener\">left me a rating<\/a>.<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Step-by-step video What is a Custom Post Type? Custom Post Types (custom post types), also known as CPT, in WordPress are content types such as posts or pages. Since WordPress evolved from a simple blogging platform into a robust CMS, the term Post remained. However, a Post Type can be any type of content. By [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":6496,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_titles_title":"Create a Custom Post Type with JetEngine for WordPress","_seopress_titles_desc":"What is a Custom Post Type? Custom Post Types (custom post type), also known as CPT, in WordPress are content types such as posts\u2026","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"none","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"footnotes":"","_bricks_page_content_2":[],"_bricks_page_header_2":[],"_bricks_page_footer_2":[]},"categories":[394],"tags":[376,386],"class_list":["post-6495","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-crocoblock","tag-dynamic-content","tag-wordpress-customization"],"_links":{"self":[{"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/posts\/6495","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/comments?post=6495"}],"version-history":[{"count":1,"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/posts\/6495\/revisions"}],"predecessor-version":[{"id":6497,"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/posts\/6495\/revisions\/6497"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/media\/6496"}],"wp:attachment":[{"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/media?parent=6495"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/categories?post=6495"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lacolmenatecnologica.com\/en\/wp-json\/wp\/v2\/tags?post=6495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}