Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] CRED form not showing images in frontend

$
0
0

You can find the uploaded image by this:

Goto wp admin side, Edit the post which user created/edited, you should see it in the custom field,
If you do not want use Views to display it in frontend, you can try add php codes in your theme files, like this:

types_render_field("my-image", $parameters);

More help: http://wp-types.com/documentation/functions/#Image


Viewing all articles
Browse latest Browse all 20145

Trending Articles