JetEngine
JetEngine is a Crocoblock plugin that lets you create custom post types, custom fields and dynamic listings from the WordPress admin, without writing code.
In plain English
WordPress gives you posts and pages. The moment you need something else, a directory of courses, a list of properties, a glossary, you need a custom post type with its own fields.
JetEngine is one of the tools that lets you build that from a screen instead of from a file, and then display it with a listing you design in your page builder.
Why it matters
It is the difference between a website and a small application. Once your content has structure, one template can render a hundred entries, and adding the hundred and first is filling in a form.
It also covers the display side, which plain field plugins do not. Query, layout and filtering come in the same box.
How it works
-
You define a post typeName it, give it a slug, decide whether it is public and what it supports.
-
You add the fields it needsText, number, image, date, repeater. These become the editing screen for every entry.
-
You design one listing itemA single card, built visually, with dynamic tags pulling in each field.
-
You place the listing gridIt repeats your card for every entry, with filters and pagination if you want them.
It is not the only way
Advanced Custom Fields plus a builder loop does much the same job, and plain code does it with no plugin at all. Choose by which one you will be comfortable maintaining, not by feature lists.