Hello,
Field Definition -> Content Pages
When I do: <a href="/{$item->fielddefs.en_game_detail_page.value|cms_escape}"> it only gives me the page_id, how do I get it to populate the page alias?
Thank you.
LISE - Field Type -> Content Page use Page Alias
Re: LISE - Field Type -> Content Page use Page Alias
i realise the below doesnt answer your question, but maybe you don't need the alias? from cms_selflink help: untested
href - If href is used only the href value is generated (no other parameters possible). Value is page alias or ID.
Code: Select all
<a href="{cms_selflink href={$item->fielddefs.en_game_detail_page.value|cms_escape}}">
Re: LISE - Field Type -> Content Page use Page Alias
Thank you, that worked
.
