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.
functions.php の show_home を false に設定せずにメニューでホームを非表示にする方法を知りたいのですが、特定のページで非表示にしたいだけです。これどうやってするの?:)
CSS で非表示にすることをお勧めします。
.page-item-X.menu-item-Y { display: none; }
X = ページ ID Y = メニュー項目 ID
これは、物事を行うための最も簡単で簡単な方法です。