Footer Conditions Being Ignored

We added two simple conditions to a footer, yet the conditions are completely ignored. The footer still appears on both pages - whether we change the conditions to ‘is’ or ‘is not’. Why is this happening?

Hey @co50,

Thanks for reaching out!

Would you mind sharing your credentials so that we can check the issue properly on our end? To do that, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

Sure. Done.

Hi @co50,

The footer still appears on both pages because you are using the “OR” logic. You need to the “AND” logic instead.

  • IF page is not 1 “AND” page is not 2 will return TRUE only if both pages are correct

  • IF page is not 1 “OR” page is not 2 will always return TRUE even if only one of the page is correct.

For more reference, please check this out:

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.