Viewing 1 replies (of 1 total)
  • I think what you are looking for is the ! (not).

    I don’t have a lot of experience working with this plugin but from what I read on other forums, to achieve this kind of functionality you would simply use:

    !is_page(‘home’)

    This should make the widget show on all pages except the home page. You can link conditionals together like:

    !is_page(‘home’) AND !is_page(‘contact’)

    to exclude the widget from those two pages and still show on the rest of the site. so the !=NOT and reverses the conditional.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Widget Logic] Quick question! Need to hide instead of add widgets!’ is closed to new replies.