Linkable banner

Viewing 5 posts - 1 through 5 (of 5 total)
  • #2261
    oro77
    Participant

    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.

    #2262
    gdaniels99
    Participant

    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]

    #2263
    jarvisjimson
    Participant

    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]

    #2264
    jarvisjimson
    Participant

    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 -->
    
    #2265
    oro77
    Participant

    Here is my mail
    [email protected]

    It would help me if you could send me your header.php, thanks in advance

Viewing 5 posts - 1 through 5 (of 5 total)

Tagged: ,

You must be logged in to reply to this topic.