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.
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?