Just Write the Below Code In Your function.php File
__( 'Primary Menu' ),
'secondary-menu' => __( 'Secondary Menu' ),
'footer-menu' => __( 'Footer Menu' )
)
);
}
?>
To Display the menu on page
write the following code
'primary-menu') ); ?>
have a good luck
but how to create two level three menu.tell me.
ReplyDeletejust add css and juery classess of twenty elevan theme or write a walker class for this
ReplyDelete