Different site titles for a multiple themes site
-
I have a website based on two themes.
One of them is set only for a blog page (which is not a home page) and I would like to change a site title link for this theme – I’d like it to link to itself, to the blogpage, not the homepage, as pages on the basic theme.I guess I need to do it in header.php file of the blog theme, but I can’t find any working solution, although I looked for it in WP Codex.
The code responsible for site title for the blog theme looks like that:
<div id="site-title" style="color: #09f;"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> blog" rel="home"><?php bloginfo( 'name' ); ?> blog</a></div>
Could you please tell me what to change there?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Different site titles for a multiple themes site’ is closed to new replies.