• When using ! is_singular( ‘post’ ) it works correctly by excluding the widget on single posts.

    When using ! is_page( 77 ) it works correctly by excluding the widget on that page.

    When using ! is_singular( ‘post’ ) || ! is_page( 77 ) together, it then does NOT exclude the widget from EITHER single posts or page 77.

    Any idea why it will not work when combining these conditionals?

    Thanks

    https://wordpress.org/plugins/widget-logic/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple Conditionals does not work’ is closed to new replies.