[Resolved] Repeater field shows URL, I would like it to be a URL
This thread is resolved. Here is a description of the problem and solution.
Problem:
The user would like to build a link that will include an image from a radio field and the URL from a URL field. the user would like to build this inside a theme template.
Solution:
It turns out that the user did not use echo to return the values of Toolset Types functions:
If this does not help, please log in to this test site with the following URL and prepare an example of what you are building. Let me then integrate the link. hidden link
I need to download the toolset plugin, the theme template files and then create the post type etc..
Can I not send you credidentials for a dev site and send you a PHP of the page template?
Ive attached images on custom fields set up, the edit page bit, what it looks like on template, what the template code is and what the Chrome inspect element shows too.
Your code had two issues:
- It did not use the id attribute "id"=> $child_post->ID for the file field.
- It did not use echo to display the results on the page.