- Impact
- 3
The theme I am using has these clickable links at the top in header.
HOME ABOUT LINKS CONTACT
when I click About, Links and Contact...I get a broken link.
I know I need to edit the header section of the Editor, so for example when you click the ABOUT tab, the ABOUT info. shows up. And I know where to edit it, I think...for example I think I edit contact here.
<li><a href="<?php echo get_option('home'); ?>/contact">Contact</a></li>
Just not sure where I would put the contact info. and how to put it in so it pops up as a click tab in the header.
Help appreciated!!!
HOME ABOUT LINKS CONTACT
when I click About, Links and Contact...I get a broken link.
I know I need to edit the header section of the Editor, so for example when you click the ABOUT tab, the ABOUT info. shows up. And I know where to edit it, I think...for example I think I edit contact here.
<li><a href="<?php echo get_option('home'); ?>/contact">Contact</a></li>
Just not sure where I would put the contact info. and how to put it in so it pops up as a click tab in the header.
Help appreciated!!!







