activate additional top navigation
By default, my new Wordpress themes have tabbed links inside the header. If you want to display more links than fit into one line inside the header, you can activate an additional top navigation bar. To do so, simply open the header template (header.php) and find this code at the bottom:
<!- - TOP MENU - ->
<?php
// include (TEMPLATEPATH . "/topmenu.php");
?>
<?php
// include (TEMPLATEPATH . "/topmenu.php");
?>
Remove the PHP comment (//) from the line:
// include (TEMPLATEPATH . "/topmenu.php");






No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
If you want to leave a feedback to this post or to some other user´s comment, simply fill out the form below.