hi, i am trying to do something like this
{exp:weblog:entries weblog="homepage" orderby="entry_date" sort="desc" limit="1"}
{exp:weblog:entries entry_id="{embed:id}"}
{title}
{/exp:weblog:entries}
{/exp:weblog:entries}but doesnt seem to work.
What i need is to get an ID from one article (in weblog homepage) and use it to get information from that article (the one the ID references).
is that possible?
thanks