Viewing 5 replies - 1 through 5 (of 5 total)
  • We’ll really need a link to help you out.

    What do you mean by elements? Do you and a URL of the site we can look at?

    aicos

    Make sure you are editing the right template file your site is set to use.

    Thread Starter visual mechanics

    (@visual-mechanics)

    oops. forgot that. head cold making me hazy.

    http://www.roberickson.com/blog

    You’ll want to get in the habit of using the full URL for images.

    One example:
    <img src="<?php echo bloginfo('template_directory') . '/images/image_name.jpg';?>" width="12" height="12" alt="etc" title="etc" />

    WordPress is not like a regular html site. Your theme folder is way down from the root.
    Your URL output should look like this:
    http://roberickson.com/blog/wp-content/themes/simplr/images/nav_overview.jpg

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

The topic ‘header navigation’ is closed to new replies.