Re-direct blog title to custom URL rather than 'home'
-
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 –
https://myblog.com/category/news/
Hope you can help and thanks a million!
Kate x
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Re-direct blog title to custom URL rather than 'home'’ is closed to new replies.