__( 'Primary Menu', 'woothemes' ) ) ); register_nav_menus( array( 'secondary-menu' => __( 'Secondary Menu', 'woothemes' ) ) ); register_nav_menus( array( 'top-menu' => __( 'Top Menu', 'woothemes' ) ) ); register_nav_menus( array( 'footer-menu' => __( 'Footer Menu', 'woothemes' ) ) ); } /*-----------------------------------------------------------------------------------*/ /* Page navigation */ /*-----------------------------------------------------------------------------------*/ if (!function_exists( 'woo_pagenav')) { function woo_pagenav() { global $woo_options; // If the user has set the option to use simple paging links, display those. By default, display the pagination. if ( array_key_exists( 'woo_pagination_type', $woo_options ) && $woo_options[ 'woo_pagination_type' ] == 'simple' ) { if ( get_next_posts_link() || get_previous_posts_link() ) { ?>