Tips tagged “Embedding”
- Display entries from one weblog based on the results of another
-
Posted on June 09, 2009 by JonnyUK
How do you display entries from one weblog based on the results of another?
The ideal situation would be to be able to nest our weblog entry tags, similar to the following:
{exp:weblog:entries weblog="first_weblog"}
{title}
{body}
{if count == 1}
{exp:weblog:entries weblog="second_weblog"}
{title} - Embedding solves a lot of issues
-
Posted on May 29, 2009 by Kelsey Martens
If you ever have trouble parsing data, or if you’re dealing with variable collisions (usually encountered when using Addons within other module tags), consider using an embed.

For example, if I want to place some code from the Favorites module inside the {exp:weblog:entries} loop, certain
