Hi there,
it’s been a while since working with Expression Engine and I’m a little ashamed of asking such a simple question, but here we go…
I’m displaying entries from all channels on the frontpage and want to link from there to a single entry’s template page.
I’ve setup template groups as well as a single-entry template for each channel e.g. products_group/product_single and I can’t get the link to work dynamically.
Right now I’m using:
<a href="{url_title_path='products_group/product_single'}">my-entry</a>
Using this method I have to assign products_group manually, but I need this to be assigned dynamically on a per entry basis.
How can I achieve this?
Preload_replacements are not an option because I’m displaying entries from all channels on my index page. :(
