Here’s another question.y Let’s supppose I’ve got this code:
{if segment_2==""}{exp:weblog:entries weblog="weblog1" limit="1"}{/exp:weblog}
{if:else}{exp:weblog:entries weblog="weblog2" limit="1"}{/exp:weblog}{/if}
When the url is using a segment2, does the template queries weblog1 and weblog2?
I think it should not but on the debugging it appears as it does.
Thank you.
