简体   繁体   English

wordpress wp_nav_menu

[英]wordpress wp_nav_menu

Why I can't add an id or a class in the output of wp_nav_menu?为什么我不能在 wp_nav_menu 的 output 中添加 id 或 class?

here is my code:这是我的代码:

wp_nav_menu( array( 'container_id' => 'navigation', 'container_class' => 'menu' ) );

nothing happens on this.对此没有任何反应。

I already added it to registered items in functions.php我已经将它添加到functions.php的注册项目中

Are you using the WP Super Cache plugin?你在使用 WP Super Cache 插件吗? You will need to turn it off while you are changing/developing things.在更改/开发事物时,您需要将其关闭。 Also, some themes don't always support menus in the way you might expect.此外,某些主题并不总是以您期望的方式支持菜单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM