Lisa,
If with dynamic=“off” the following code delivers a mutli-entry page displaying the last 10 entries in default_site, not limited by the URL title, which entries/urls would be displayed by this same code with dynamic=“on”?
Thanks.
{exp:weblog:entries weblog="default_site" limit="10" disable="trackbacks" dynamic="off"}
<h2>{title}</h2>
<p>{body}<br />
{/exp:weblog:entries}