Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
23 のテーマを使用しています。メニュー項目を表示するために wp_nav_menu を使用しています。wp nav メニューからコンテナの div と ul を削除する必要があります。これを試しました。
wp_nav_menu( array( 'container' => '', 'items_wrap' => '%3$s', 'theme_location' => 'primary' ) );
しかし、それは機能していません。これを修正する方法は?