Hi,
in a little unconventional experiment I have my weblogs and my template groups named the same so I can pull content from everywhere with on generic embedded template (see below:)
weblog={segment_1}
But when reading one entry only, i.e. not just showing the index of the template group (example.com/segment_1/), the menu in the sidebar also shows just one entry.
Is it impossible to have two “exp:weblog:entries” tags on the same page pulling different amounts of entries (with this method)? Or is the concept just stupid?
<ul>
{exp:weblog:entries weblog="{segment_1}" orderby="date" sort="desc" limit="10"}
<li><a href="{title_permalink={segment_1}/}">{title}</a></li>
{/exp:weblog:entries}
</ul>
</div>
