I am having a similar problem.
If I use !is_front_page() on a widget it works fine.
However, I’m struggling to make a widget show in just one or two categories, but not on the front page.
My syntax may be wrong as I’m new to this as I had
!is_front_page() || in_category( '23' )
While this works for the category, it still shows on the front page.
Any ideas? Thanks!
Hi, thanks for suggestion, but in plugin edit screen that is set to TRUE already.