Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flightpath59

    (@flightpath59)

    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.

    Thread Starter flightpath59

    (@flightpath59)

    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)