In order to avoid nesting weblogs, at the top (or near the top) of a template, I want to grab the data from a few custom fields of a weblog and then use the variables as necessary throughout a page.
e.g.
{exp:weblog:entries weblog="{article}" limit="1"}
{assign_variable:art_pic_1="{article_pic_1}"}
{/exp:weblog:entries}article_pic_1 is the name of a custom field in the article weblog.
This approach doesn’t work.
Help please.
Thanks!