Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <div id="access" role="navigation">
  2. <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
  3. <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
  4. <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
  5. <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?> <a href="http://wordpress.org/" target="_blank">Cool Link Here</a>
  6. </div><!-- #access -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement