• Hi,

    I’m using the Strawberry_Blend theme, which has a nav bar at the top of the page, but I can’t see how to add items to it. The code in the header.php file is as follows:

    <div id="topnavigation">
    		<div class="navwrapper">
    			<div class="navleft"></div>
    			<div class="navcentre">
    				<a href="<?php echo get_option('home'); ?>/">Home</a>
    			</div>
    			<div class="navright"></div>
    		</div>
    	</div>

    How do I get links to my other pages to appear in that nav bar?

    Many thanks,
    J.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Want to add menu items to’ is closed to new replies.