Hi, I'd like to solve a navigation problem by directing clicks on the blog title to a link that is not the home page.
If think I've found the right piece of code in the header.php -
<?php if ( is_home() ) { ?><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?><?php } ?>
What do I need to change to direct clicks to -
http://myblog.com/category/news/
Hope you can help and thanks a million!
Kate x