I have looked all over for a snippet or something, but no luck.
I've successfully added a second sidebar on all pages unrelated to the blog (pardon me if I'm getting my terminology mixed up.)
I now want to add text in this sidebar but ONLY on our "products" pages.
I've added the text but now it's showing up on all the pages.
URL: http://rdadaptiveapparel.com/products/
The code I'm using in the Text widget in the sidebar:
<?php if (is_page('products')) { ?>
<h1>Stay Tuned: Cool Clothes for Toes is the first in a growing line of fun easy-on styles of adaptive clothing and accessories.</h1>
<?php } else { ?>
<p> </p>
<?php } ?>
Any help is appreciated!