Published by Mijingo

tips icon image

EE Insider Tips
Sponsored by Mijingo's EE 2 Screencasts

ExpressionEngine mini-howtos created by the EE Insider community.

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}

Read this tip

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. smile

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

Read this tip

Search EE Insider Tips
Sponsored By