My site is http://cslgc.org, and I'm using Atahualpa 3.5.2 (yes, I'll upgrade soon). The home page is set to a static page, and the blog entries are displayed on a page titled "CSL Blog"; its slug is "csl-blog". I want to display the title of this page at the top of the center column.
I've tried adding
Code:
<?php if ( is_page('CSL Blog') ) {echo 'CSL Blog' ; } ?>
What have I done wrong, please?
Thanks...
JGB