Site logo

Archived topic

Dynamic data question

1 reply · Started by Ivaylo Popov on November 20, 2021

Viewing posts 1–2 of 2

Hello, GP team. My question is about Dynamic data. I already checked the documentation here:https://docs.generatepress.com/article/dynamic-data/, but I can't find a clear answer.

I am trying to create a template for the custom post type created with Jetengine. Everything is working perfectly, except for two dynamic text types.
The first is a field with checkboxes, and the second is a text from the WYSIWYG editor.

1. Checkboxes are extras like balcony, garage, ocean view, etc.
2. The text from the WYSIWYG editor is the description text of the ads.

Do you have some direction on how to dot it?

Hi there,

GP Dynamic data can retrieve any value that is stored in the Post and Term Meta tables of the current post/archive.
It won't work with repeater fields yet.
If you can get the data using get_post_meta or get_term_meta then so should GP be able to.

This archived topic is closed to new replies.