TwentyTen overrides header.php
-
Hello,
i need to add a menu in the top of the page above the header. This is what i did…
header.php<body <?php body_class(); ?>> <div id="wrapper" class="hfeed"> <div id="header"> <div id="upMenu"> <?php echo("Hello world")?> </div> <div id="masthead"> .....style.css –> added at the bottom
#upMenu{ height:30px; }I get the correct positions etc, but how can i add a menu that will be created by the administrator of the site instead of “hello world”?
Thank you in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘TwentyTen overrides header.php’ is closed to new replies.