Post Meta
Updated over a week ago

Display every post meta saved in DB, natively supported by WordPress.

Complete support for:

  • ACF;

  • PODS;

  • TOOLSET;

  • Custom Meta;

  • Native WP Meta.

Render

The value will be rendered as:

  • AUTO, dynamically select the best solution to display the value;

  • CUSTOM, use Token to create a custom HTML structure;

  • ID, if it is an int or an array of integer you can render as the correspondent object(Post, User, Term);

  • Text, render the value stored in DB as simple text;

  • Button, use the value as Url or Text of a Button;

  • Date, edit the date, and show it with a custom format;

  • Image, show the value as image as its URL;

  • Map, generate a Google Maps with value as address;

  • Multiple, show an array, like a multi-select or a relation;

  • Repeater, create the structure of the single row of a repeater (like ACF Repeaters).

Fallback

If the Meta is empty or not existent you can display filler contents created by:

  • Text with Tokens, for a dynamic message,

  • Template, for more dynamic content and visualization.

Did this answer your question?