Hello Everyone:
I’m hard at work trying to finish up a site and have come to a point where I am looking for some suggestions. I have searched long and hard for a way to pass a variable from parent weblog into a child weblog.
{exp:weblog:entries
weblog="portfolio"
category="1"
disable="member_data | pigination | trackbacks"
orderby="random"
limit="1"
}
{if portfolio-thumbnail }
{exp:weblog:entries
weblog="portfolio"
category="1"
disable="member_data | pignation | trackbacks"
orderby="random"
}
{if portfolio-image }
<a href="http://{portfolio-image}">" title="Samples"]_ {portfolio-thumbnail}_ </a>
{/exp:weblog:entries}
{/if}
{/exp:weblog:entries}Please let me know your thoughts. Thanks.
Joe