Hi all,
It’s been a while, and like every time I try to play again with EE, I feel very rusty…
I would like to make a long list of links, sorted by category, like that:
<ul>{Category Title}
<li>{Entry_title}
{custom field}
</li>
<li>{Entry_title}
{custom field}
</li>
(...)
</ul>
<ul>{Category Title}
<li>{Entry_title}
{custom field}
</li>
<li>{Entry_title}
{custom field}
</li>
(...)
</ul>
I figured I would use the Channel Category Archive Tag that seemed perfect for my use, but I can’t figure how to display my custom field within the tag.
Is it possible?
If not, what would be the easiest/best way to achieve that.
Subsidiary question: what are the Category Custom Fields? I can’t understand how to use them either… :red:
Thanks in advance for your time and your help.