• New2WPSK

    (@new2wpsk)


    Hi! I am trying to add a link to my header. I am using the twenty thirteen theme and I’d like to add 2 links if possible. I’d like to link “request a tour” on the header to the “about us” page and the “testimonials” on the header to the “testimonials” page. Please help! I’ve been going crazy trying to figure this out!

    Here is my site: littlevillage.wpengine.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • Alen

    (@alenma)

    you must code it. use anchor tag().

    Alen

    (@alenma)

    don’t use a picture. you must code it.

    Thread Starter New2WPSK

    (@new2wpsk)

    Sorry…I’m still learning about tags and elements. What is an anchor tag and where would I put it?

    What do you mean don’t use a picture? Do you mean don’t use an image for the header? I uploaded the header under appearance > header. Do I need to code the entire header elsewhere?

    Alen

    (@alenma)

    yes. as for the logo you can upload it but regarding the text, you can just code it.

    anchor tag: https://www.w3schools.com/tags/tag_a.asp
    you must use the anchor tag on the “request a tour” and “testimonials”, this will allow you to link on the page you want to display.

    Alen

    (@alenma)

    it is like this:
    <a href="<?php echo bloginfo('url');?>/about-us/">Request A Tour</a>

    Thread Starter New2WPSK

    (@new2wpsk)

    Thanks so much AlenMa!

    Thread Starter New2WPSK

    (@new2wpsk)

    I a left sidebar with an image but I don’t have a left sidebar built in the theme. Do you know where I could add this?

    Thread Starter New2WPSK

    (@new2wpsk)

    Is it in theme functions.php or page template.php? And what would that code or tag be?

    Alen

    (@alenma)

    in the header i think…

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Adding a link to my header’ is closed to new replies.