Support

Account

Home Forums Backend Issues (wp-admin) Group conditional not working

Solved

Group conditional not working

  • I am trying to show a certain field group only on pages, and which pages are not equal to the certain pages so it should show on all the other pages except the ones I specify, please find attached a example, however the group is showing on all pages, is my conditional logic wrong?

    You can see my conditional here: https://www.dropbox.com/s/s1drl3mcsl0r8e7/Screen%20Shot%202015-10-11%20at%2012.55.57.png?dl=0

    thanks

  • The second “page is not equal to” should be part of the first group. With the rules you have set it will appear on all pages because.

    Post Type is equal to Page and
    Page is equal not equal to Home

    Will return true on the page “Winner’s Trust Compariso…”

    and

    Page is not equal to Winner's Trust Compariso...

    will return true on the page “Home”

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Group conditional not working’ is closed to new replies.