I am trying to get one div block to show on all pages and another div block to ONLY show on single posts, and the main News page(blog). But it does not work show on the news page at all?
Can anyone see where I am going wrong? Do I need a different way of finding out the news page?
Here is my sidebar snippet:
<?php if ( is_single() || is_page_template( 'news' ) ) { ?>
//do this...
<?php } else { ?>
//do this instead...
<?php } ?>
Thanks
Help




















