Support » Themes and Templates » Add Custom Link to TwentyTen Header?

  • I’m trying to add a custom link to the TwentyTen theme header. I found a post that shows how to link the header to the home page. Here’s the code that it was suggested be added to the Branding div of header.php (for the home page link):

    <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">

    How do I modify that code to use a custom link?

    Thanks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add Custom Link to TwentyTen Header?’ is closed to new replies.