Hello, I’ve two question about using EE:
(1) Is possible to use more than one channel entries in a template? I mean:
{embed="pages/gabbia_header"}
{exp:channel:entries channel="webpages"}
{sito_testo}
{/exp:channel:entries}
{if segment_2 == "download.html"}
{exp:channel:entries channel="download"}
<h1>{title}</h1>
{/exp:channel:entries}
{/if}
{embed="pages/gabbia_footer"}... because this syntax seems not work. And I don’t see why, or perhaps I’ve misunderstand the use of channels ...
(2) Where I can find the complete list of hooks available in order to use in an third part extention?
Many thanks in advance for any help.
max