Adding page links to header navigation?
-
Hi,
I’m using the theme Palmixio:
https://www.colixiodesign.com/ but the site doesn’t have any how-to info hence I’m asking here.All I want to do is add my page navigation to the header file as such:
<li onMouseOut="className='buttonmenu';" onClick="location.href='<?php bloginfo('url'); ?>'" onMouseOver="className='buttonmenuhover';" class="buttonmenu"> <strong><a title="<?php bloginfo('name'); ?>" href="<?php bloginfo('url'); ?>/">Home</a></li> </strong> <li onMouseOut="className='buttonmenu';" onClick="location.href='<?php bloginfo('url'); ?>'" onMouseOver="className='buttonmenuhover';" class="buttonmenu"> <a title="<?php bloginfo('name'); ?>" href="<?php bloginfo('url'); ?>/">About Us</a></li>
Obviously I’m using the wrong syntax in the bold code above.
Could someone please tell me the correct codex for add pages to navigation header…
Cheers
Dave
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Adding page links to header navigation?’ is closed to new replies.