How to NOT display AdSense under 2 condition in WordPress? First off, I use is_single so that my AdSense will only show in single post. Later, I want one of my post not to display AdSense. I use !is_single('Beef Stew'). And now, I want the AdSense only display when it is in single post and not in the "Beef Stew" post. How do I exactly write the php so my AdSense only appears when it is in single post and not in the Beef Stew post? I don't want it to display on my blog home. Thanks.