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.
I am displaying a Preschool Listing and want to add icons before the contact number, address, email, etc. However, when splitting the block into columns, I cannot adjust the column widths as needed.
Solution:
Use the Toolset Column block to create structured columns. Inside each column, place an Image block for the icon and a Single Field block for the corresponding contact details. This approach allows flexible column width adjustments for better formatting.