I put an excerpt of the copy in the about page in the sidebar and I want it to hide when the person goes to the about page, but is_page('about') isn't working. I've tried all the variations, is_page("about"), is_page("About"), is_page(about), is_page('2'), and is_page(2). When I use a conditional statement like <?php if(is_page('about')) echo "hello ?>, this doesn't show anything in the sidebar even though I'm in the about page.
Any ideas? Is this a problem with the 3 column cutline theme or is this a Wordpress bug?
not resolved