I’ve been going through some tutorials and doing lots of reading on how EE works but some things I dont fully understand yet.
1. To create the pages I have so far on my site, I created Template Groups and named them the page names that I want. Is this the correct way to create pages?
2. When I browse to site.com/index.php/pagename it works fine since there is a template group, but it also works for pages without a template group such as site.com/index.php/aofsjoiasfiojsaf. Is this normal?
3. Is NavEE, Structure, and Taxonomy the only way to create subpages? Is there a way I can do it manually so my url will be site.com/index,php/parentpage/subpage?
4. My homepage is pretty much a summary of a whole bunch of other pages like the blog section, videos, etc.. If for example I wanted to grab 4 of the video entries with:
{exp:channel:entries channel="video" limit="4"}
video+video title+video description summary
{/exp:channel:entries}How do I format video+video title+video description summary with divs to display it the exact way i want to?