Page 1 of 1

Search Results - parent title

Posted: Fri Jun 08, 2012 11:41 am
by ballon108
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:

Code: Select all

{foreach from = $ results item = entry}  
 <li> {$ entry-> parent_page_alias} - href href="{$entry-> url} "> {$ entry-> urltxt} </ a> </ li> 
but does not work .. >:(

Re: Search Results - parent title

Posted: Fri Jun 08, 2012 11:42 am
by ballon108
The Doors - Parent title
L.A. woman - child title link