• I would like to ads simple HTML links on my hosted wordpress site to an HTML contact and login page in my regular site. I want to put these links at the bottom of my header and footer. I heard you can add the links into the header.php or footer.php but I do not know where in the file to add them.

    thanks for the help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well, header.php and footer.php are located in your ‘/wp-content/themes/whatever them your using/’ subdirectory.

    Where you place them is pretty much up to you as it’s your site.

    Thread Starter kitkaplan

    (@kitkaplan)

    Thanks but I need a little more info.

    Let’s say this is the link I want to add:
    <a href="http://www.onespiritinterfaith.org/index.htm">Home</a>

    I think I have to add the CSS tags, right?

    <li><a href="http://www.onespiritinterfaith.org/index.htm">Home</a>
    </li>

    Where EXACTLY in the code of the footer.php page do I put this? I tried it in a footer before the </div> tag and it did not show up. I put it after and it is outside of the footer box.

    Thanks

    <li> is not a CSS “tag”. Is a basic HMTL tag = list item.
    (start here: http://www.w3schools.com/default.asp)

    Not knowing which theme is in use on your blog, not having the code… and not having a link – nobody will be ablte to tell you where “exactly” to put the code.
    (Warning: don’t post code here! if you need to post long code, use http://wordpress.pastebin.ca – and post back the URI)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTML Links in Header or Footer’ is closed to new replies.