Help: how to edit this code (wordpress theme)

Discussion in 'WordPress' started by amiecn, Feb 9, 2008.

  1. #1
    this is the site www.piquemind.com

    the 3 squares under the big square...only the first is linked. I want to link the other two.

    this is the code for that section:

    <div class="trilink"><a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory'); ?>/img/1.gif" alt="" /></a><img src="<?php bloginfo('template_directory'); ?>/img/2.gif" alt="" /><img src="<?php bloginfo('template_directory'); ?>/img/3.gif" alt="" /></div>

    can someone show me where to insert the links to make the contact and profile page linked?

    thanks in advance for your help (rep will be given)
     
    amiecn, Feb 9, 2008 IP
  2. robojiannis

    robojiannis Peon

    Messages:
    45
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <div class="trilink">
    <a href="main page url"><img src="image url" /></a>
    <a href="contact url"><img src="image url" /></a>
    <a href="profile url"><img src="image url" /></a>
    </div>

    I think that should do it...
     
    robojiannis, Feb 9, 2008 IP