Search Results - parent title
Posted: Fri Jun 08, 2012 11:41 am
I'd like to get search results like this: Parent title - Child title
example:
The Doors - L.A. Woman
The Doors - Strange Days
etc...
I tried this solution:
but does not work .. 
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>
