javascript Agregar un nuevo菜单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Agregar un nuevo菜单相关的知识,希望对你有一定的参考价值。

//Add this code in your theme’s functions file to define a new menu location in your theme.
function wpb_custom_new_menu() {
  register_nav_menu('my-custom-menu',__( 'My Custom Menu' ));
}
add_action( 'init', 'wpb_custom_new_menu' );

//Now you need to add this code to your theme where you want to display navigation menu.
<?php
wp_nav_menu( array( 
    'theme_location' => 'my-custom-menu', 
    'container_class' => 'custom-menu-class' ) ); 
?>

以上是关于javascript Agregar un nuevo菜单的主要内容,如果未能解决你的问题,请参考以下文章

javascript Agregar un nuevo菜单

php [壮举图片2] Agregar un param a feature image(en este caso transparencia #wordpress #php

javascript agregar evento doble点击了elemento dinamico

JavaScript AGREGAR funciones al page load sin anular otros eventos ya agregados

javascript 脚本para agregar eventos de Google Analytics a los enlacesdeteléfonoyemail demaneraaut

JavaScript 提交un formulario hacia un popup