I want to use a phone number stored in a custom field as a dynamic button link so that when clicked, it dials the number (e.g., tel:+1234567890). However, the Toolset Button block does not support phone links.
Solution:
Use an HTML block instead of the Button block and insert the following custom code:
Replace 'phone-number' with the actual field name. This will generate a dynamic link that users can click to call the number directly from their mobile device.
I want to associate each album with an author and display the author's name as a clickable link that directs to their custom post page.
Solution:
The best approach is to create a one-to-many post relationship between the Author and Album post types. This allows you to select an author directly within the album post. Then, using a Toolset View, you can retrieve and display the related author’s title with a link to their page.