I have an interesting issue with EE 1.6.0 and nesting weblogs.
In my test setup up I created a template as a test page using Weblog “A”, and embedded another template which contains Weblog “B” (nested within Weblog “A” expression). As I expected, the resulting test page displayed content from Weblog “A” followed by content from Weblog “B.”
{exp:weblog:entries weblog="site" orderby="random" limit="1"}
{summary}
{embed="site/promo"}
{/exp:weblog:entries}That works fine on the test page which is a template with an embedded template nested within the weblog [removed]in the test page).
However, when I drop the {embed="site/promo_entry"} string into the actual content page within the weblog expression, nothing appears. It’s just a blank space with no embedded weblog content.
Strange that it works appropriately on the test page/template, but not in live content.
Am I missing something?