I am trying to use a variable from a plugin as a parameter inside an EE tag like so:
{exp:tscf:get_articles weblog_name="news"}
{exp:weblog:entries weblog="news" limit="6" status="important|open" paginate="bottom" dynamic="on" category="{cat}"}
{/exp:tscf:get_articles}
rest of exp:weblog:entries stuff...
where {cat} is the variable being returned from the plugin.
This doesnt render the exp:weblog tags at all..
I looked at the thread here: http://expressionengine.com/forums/viewthread/33878/
What am I doing wrong?
