• I am trying to turn my header image into two live links.

    Here is the header.php

    ‘<?php if ( get_header_image() ) : ?>
    <div class=”custom-header”><img src=”<?php header_image(); ?>” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=””>
    <img src=”https://advancelookca.respircare.us/wp-content/uploads/2016/07/Publication1-300×72.jpg&#8221; alt=”Publication1″ width=”300″ height=”72″ class=”alignnone size-medium wp-image-117″ />” usemap=”#oq93061″ width=”1500″ height=”360″ alt=”click map” border=”0″ />
    <map id=”oq93061″ name=”oq93061″>
    <!– Region 1 Repircare Logo –>
    <area shape=”rect” alt=”RespirCare Analytical Services” title=”RespirCare Analytical Services” coords=”20,84,782,296″ href=”https://www.respircare.us&#8221; target=”_blank” />
    <!– Region 2 Advance Look Logo –>
    <area shape=”rect” alt=”Advance Look Building Inspections & Environmental Testing” title=”Advance Look Building Inspections & Environmental Testing” coords=”876,23,1471,330″ href=”https://www.advancelookca.respircare.us&#8221; target=”_blank” />
    <area shape=”default” nohref alt=”” />
    </map>
    </div>’

    Can you give me some feedback on what I’ve done wrong?

  • The topic ‘Add image map to header image in Minamaze’ is closed to new replies.