Help get this topic noticed by sharing it on Twitter Twitter, Facebook Facebook, or email.
Visual

playa within matrix + links

Hi i'm trying to make a link list inside of matrix

my matrix looks like this :
Matrix table: {footerlinks}
text -> {costum_title}
playa -> {costum_link} to whatever page i chose
text -> {costum_alt} tag for the link

I want to create a list of this on my footer but it's not working with the current code
it gives the correct link
but the costum_title shows all the titles for every link (duplicates)


{exp:channel:entries channel="bottom" limit="10" dynamic="no"}
{footerlinks}

{costum_link}
<li><a href="{path={channel_short_name}/about/{url_title}}">
{verwijzing_kort_title}
{embed=include/footertemplate entry_ids="{footerlinks:child_ids}"}
</a>
{/costum_link}
{/if}
{/footerlinks}
{/exp:channel:entries}

and my embeded template looks like this:


{exp:channel:entries channel="page_bottom" limit="1" dynamic="no"}
{footerlinks}
<li> {costum_title}</li>
{/footerlinks}
{/exp:channel:entries}
1 person has
this problem
+1
Reply