Last week we started to dig into the main content area of our default template. We did this by opening up the weblog entries tag, and dissecting what the parameters did.
For our default template, the main content in the index page is delivered between the {exp:weblog:entries} opening tag and the {/exp:weblog:entries} closing tag. Everything between is some form of variable (or, of course, HTML and CSS styling) which will be replaced during rendering so that your site visitors see actual content.
Now, don’t you think it’s time we take out the guts and examine them, so we know what they do and can accomplish the same on our own sites?