On my site I have 2 weblogs, merchants and offers
Both contain custom fields with URL’s in
Merchants has a field called merchantURL
Offers has a field called offerURL
All good so far
In order to use my analytics programme to count clicks away from the site, I have a template called ‘out’ which is linked to using this code:
<a >{title}</a>
On the ‘out’ template I’m using a meta refresh to show the analytics tag, then redirect to the relevant page.
Trouble is, how do it tell the ‘out’ template which weblog the entry in question is so I can decide which custom field to use?
