example:
The Doors - L.A. Woman
The Doors - Strange Days
etc...
I tried this solution:
Code: Select all
{foreach from = $ results item = entry}
<li> {$ entry-> parent_page_alias} - href href="{$entry-> url} "> {$ entry-> urltxt} </ a> </ li>

Code: Select all
{foreach from = $ results item = entry}
<li> {$ entry-> parent_page_alias} - href href="{$entry-> url} "> {$ entry-> urltxt} </ a> </ li>