Hi, A very simple Q. I am trying to add a link to my wordpress main navingation, which is a category and not visible anywhere on my blog. For some reason this code is not working. Can you help me fiiguring out the problem? <li class="<?php if ( is_category(array(2)) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_option('home') ?>/about/" title="About This Blog">About</a></li> Code (markup): cheers nirav!