I have widget logic which allows me to show certain widgets on certain pages....so if I only wanted to show my reciprical link exchanges on my home page I would enter in is_home() NOw how about if I want to show the widget on all pages except a certain page i.e. about us or contact us?
you can use something like this: !is_page(1,2,3) and the pages with id=1, id=2 and id=3 will be excluded