• 3C's

    (@cccnate)


    Greetings all,
    Im trying to use Widget Logic to prevent certain widgets from appearing on specific pages & specific categories on my site. What I’ve tried so far, but does not seem to be working:

    !is_page (array(6095,6096,7770)) && in_category(X)

    also tried:

    !is_page (array(6095,6096,7770)) || in_category(X)

    Any suggestions what Im doing wrong? Any help would be extremely appreciated, thank you!

    Nate

    https://www.ads-software.com/plugins/widget-logic/

Viewing 1 replies (of 1 total)
  • good day ??
    try this, maybe it would help your problem

    hide from specific pages and hide from all posts under the specific categories.

    !is_page (array(6095,6096,7770)) || (is_single() && in_category(array(1,2,3)))

    bold markup is an example of your related ID

Viewing 1 replies (of 1 total)
  • The topic ‘Prevent from showing on pages & specific categories’ is closed to new replies.