Hello. I have created two weblogs (‘region’ & ‘areas’). ‘areas’ contains a custom relationship field (dropdown) called ‘region-link’ which allows me to link each area to a region. I would like to display a list of all the ‘areas’ that are not linked to a ‘region’.
I have tried several things and thought the following would work…
{exp:weblog:entries weblog="areas"}
{if region-link == ''}
{title}
{/if}
{/exp:weblog:entries}...but it doesn’t. Any suggestions as to what I am doing wrong would be appreciated.
Jon