visual mechanics
Member
Posted 2 years ago #
Not sure why the elements in my header are not showing up. Anyone know why this isn't working properly?
I checked the header file and the elements are showing up in there as well as in the nav.php file. is it a CSS issue?
http://www.roberickson.com/blog
thanks
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.
visual mechanics
Member
Posted 2 years ago #
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