I read a similar post for the minimatica forum but the program is different for cover wp.
Can you help me to be able to have a clickable banner ?
Thank you in advance.
I think this is a good idea. One way I’ve seen other themes do this is to create two separate header graphics: a header background graphic and then your logo graphic. This way the theme makes the logo graphic a link back to the home page thus if you’re deep in the site you can just click the site logo to immediately go back to the home page. Sure you could just click the home menu button but it’s nice to be able to click the website’s logo as well. Here’s a website using a different theme which allows me to upload a header background and header logo:
[url=http://lostworlds.org]LostWorlds.org[/url]
You have to edit the header.php file.
[code] <header id=”header” role=”banner”>
<?php $heading_tag = ( is_home() || is_front_page() ) ? ‘h1’ : ‘div’; ?>
</header><!– #header –>[/code]
sorry i’m not sure how to get the code to show up properly. reply with your email and I will send my header.php file. its quite easy to get a linkable banner
<header id="header" role="banner">
<?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
</header><!-- #header -->
Here is my mail
[email protected]
It would help me if you could send me your header.php, thanks in advance