Thanks for your reply, !is_home() worked!
It doesn’t make a lot of sense to me, maybe I’m not logical enough to understand widget logic! lol! No matter, the most important thing is that I can achieve what I want to, so thank you!
Thanks for your quick reply.
I tried your solution and with
!is_single() && !is_page(‘blog’)
the widget is hidden on the single post pages but not on the main blog page. On that blog page it is still showing and I don’t want it to show there. I only want it on the other pages (which are my website, rather than my blog).
Can you explain why?
Thank you very much!