Viewing 3 replies - 1 through 3 (of 3 total)
  • wpgirl777

    (@wordpressgirl777)

    I need to know this too! Would love it if someone with the answer comes along!! ??

    Have you tried !is_page(array(‘this page’, ‘that page’)) or something similar?

    hide on single post and archive

    !is_single() && !is_archive()

    hide on pages, archive and archived post page (your-site.com/page/x/)

    !is_page() && !is_archive() && !is_paged()

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide widgets on single pages?’ is closed to new replies.