Is it possible to use an {embed} that has custom weblog entry tags within an {exp:weblog:entries} tag?
When I use the embed, the embedded tags are not parsed. For example:
Main Template:
{exp:weblog:entries weblog="something"}
{embed="embedded/misc"}
{/exp:weblog:entries}Embedded Template:
{weblog_title}Instead of the parsed custom field weblog title showing up, the page actually displays {weblog_title}.
Is there a way to get around this?