• psrnivas

    (@psrnivas)


    hi all
    my website is https://www.n-zonesolutions.com i use this corporate 10 theme where there is a banner in the page.php file i wanted to add a link to the banner so that it is redirected to a different page.
    <a href="https://www.n-zonesolutions.com/mks/index.html><img src="<?php bloginfo('template_url'); ?>/images/banner-page.jpg" border=0 alt="Banner" /></a>

    now the banner just got disappeared.

    pls advise if this code is correctly placed or not

    disclaimer : (:-))i am not a programmer

    best regards
    srinivas

Viewing 2 replies - 1 through 2 (of 2 total)
  • cstina

    (@cstina)

    It seems like the code should be this:

    <a href="https://www.WHEREVER.com"><img src="/images/banner-page.jpg" border=0 alt="Banner"/></a>
    
    Instead of this:
    
    <img src="<?php bloginfo('template_url'); ?>/images/banner-page.jpg" border=0 alt="Banner"/></a>
    Thread Starter psrnivas

    (@psrnivas)

    sorry i am banner is still not being displayed

    pls advise

    srinivas
    https://www.n-zonesolutions.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Linking in wordpress’ is closed to new replies.