expressionengine - EE2 Embedded Template with Playa fields -
hopefully has simple solution. pretty sure close. here goes...
code first.
{exp:channel:entries channel="client" url_title="{embed:client_name}"} <tr> {exp:playa:parents channel="project"} <td> {proj_name} </td> <td> {proj_job_number} {job_number} {/proj_job_number} </td> <td> {entry_date format="%m/%d/%y"} </td> <td> {proj_producer} {producer_name} {/proj_producer} </td> <td> {proj_vendor} {vendor_name} {/proj_vendor} </td> <td> <a href="{proj_folder_zip}"><i class="icon-download"></i></a> </td> {/exp:playa:parents} </tr> {/exp:channel:entries} this code embedded template using. trying return each project channel entry along other playa field values project channel entry. able return results correctly trying format returned values html table. question is... need far markup/tagging/conditionals can have 1 project channel entry display per html table row. right entries playa field display in 1 table cell ending 1 row table cells in it. can post more code if needed , or clarify missing. on issue appreciated.
cheers!
you need place <tr> tags inside {exp:playa:parents} tag pair.
Comments
Post a Comment