- I created a "post grid" of WPBakery Page Builder Wordpress plugin.
- I created a new grid template in the post grid.
- Then I add the "custom field" for display.
- I add Toolset Types "post field" slug as the custom field of "Field key name", it is ok for text but for the image, it displays image URL, not image tag. How can I fix it?
Asked
Active
Viewed 856 times
1

Kaung Htet Swe
- 11
- 3
-
Have you done any code for it? If so please refer that. – Tristup Mar 27 '19 at 06:19
-
Not yet, I just select custom field and add post field slug with the prefix "wpcf-". The problem is that text is ok, but for an image, it renders URL, not image tag. Thanks for the comment. – Kaung Htet Swe Mar 27 '19 at 16:11
-
Then how you are expecting that to come !!! You need to write some code to grab it. – Tristup Mar 28 '19 at 06:33
-
1Thanks for the reply. I added shortcode of post field(i use the custom fields from Ultimate Field Wordpress plugin). – Kaung Htet Swe Mar 29 '19 at 04:05