I have a menu which is a list of facilities of channel entries and I use the code below to display the list.
{exp:channel:entries channel="facilities" style="linear" dynamic="no" orderby="title" sort="asc"}
<li><a href="http://{url_title_path=%27facilities%27}" title="{title}">{title} </a></li>
{/exp:channel:entries}The problem I have is that not all the facilities are channel entries some facilities have template groups.
These template group facilities may display different entries from other channels and don’t follow the standard pattern as the other facilities.
Is it possible to display these template groups combined with the other facilities, so they can be ordered into my menu?