Title: gr8's Replies | WordPress.org

---

# gr8

  [  ](https://wordpress.org/support/users/gr8/)

 *   [Profile](https://wordpress.org/support/users/gr8/)
 *   [Topics Started](https://wordpress.org/support/users/gr8/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gr8/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gr8/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gr8/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gr8/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gr8/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add second menu to Twenty Twelve](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/)
 *  [gr8](https://wordpress.org/support/users/gr8/)
 * (@gr8)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/#post-3139940)
 * oops, tpyo. found it – Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add second menu to Twenty Twelve](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/)
 *  [gr8](https://wordpress.org/support/users/gr8/)
 * (@gr8)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/#post-3139938)
 * Yes, I’ve been successful at changing id and style of menu-two just can’t seem
   to keep it contained and functioning in the mobile menu view? When I found this
   post thought it was relevant to the js file? Thanks again for the feedback.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add second menu to Twenty Twelve](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/)
 *  [gr8](https://wordpress.org/support/users/gr8/)
 * (@gr8)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/#post-3139936)
 * Thanks, looks to me like that adds a second menu that changes the <nav id=”second-
   navigation” yet leaves the class=”main-navigation” and ‘menu_class’ => ‘nav-menu’
   unchanged (pardon my shorthand) so they share the same css.
 * How to make the changes to the js file that creates two independent navigation
   menus, each with their own unique style css and locations? And… both work in 
   the twenty twelve mobile menu view?
 * Think you left an extra ) in your tutorial when registering the second nav in
   functions.php
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add second menu to Twenty Twelve](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/)
 *  [gr8](https://wordpress.org/support/users/gr8/)
 * (@gr8)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-second-menu-to-twenty-twelve/#post-3139934)
 * Mind sharing the recipe you used for proper queue of the new js file?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Make image attachment page Title link to the page with gallery](https://wordpress.org/support/topic/make-image-attachment-page-title-link-to-the-page-with-gallery/)
 *  Thread Starter [gr8](https://wordpress.org/support/users/gr8/)
 * (@gr8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/make-image-attachment-page-title-link-to-the-page-with-gallery/#post-3355570)
 * Asking the correct question was the answer. This adds an additional linked “page
   title” (not entry title) that returns to the page where the images are attached.
   In the attachment image template php of my twenty twelve child theme I added:
 *     ```
       <?php if ( ! empty( $post->post_parent ) ) : ?>
       					<p class="page-title"><a href="<?php echo get_permalink( $post->post_parent ); ?>" title="<?php esc_attr( printf( __( 'Return to %s', '' ), get_the_title( $post->post_parent ) ) ); ?>" rel="gallery"><?php
       						printf( __( '<span class="meta-nav">←</span> %s', '' ), get_the_title( $post->post_parent ) );
       					?></a></p>
       				<?php endif; ?>
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)