Title: flightpath59's Replies | WordPress.org

---

# flightpath59

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Top level menu highlighting](https://wordpress.org/support/topic/top-level-menu-highlighting/)
 *  Thread Starter [flightpath59](https://wordpress.org/support/users/flightpath59/)
 * (@flightpath59)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/top-level-menu-highlighting/#post-1711565)
 * Good point. The menu is registered in functions.php using:
 *     ```
       register_nav_menus( array(
       		'primary' => __( 'Primary Navigation', 'my-site' ),
       	) );
       ```
   
 * then I’m calling it like this in header.php:
 * `wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => '
   primary' ) );`
 * I can’t give you a link to the site because it’s a password protected dev subdomain.
   The client’s very firm on that, sorry.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [URGENT!! post problems](https://wordpress.org/support/topic/urgent-post-problems/)
 *  Thread Starter [flightpath59](https://wordpress.org/support/users/flightpath59/)
 * (@flightpath59)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/urgent-post-problems/#post-1248271)
 * Hmmm.
 * Thanks for getting back to me alism.
 * It seems to be the Author Images plug-in by coffee2code that’s slowing things
   down. I’ll go check out their forums and see what people are saying.
 * Do you know if this plug-in is a common cause of problems?

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