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.
通常どおり、分類法でタグクラウドwp_tag_cloudを表示しますが、カテゴリの除外をフィルタリングすることはサポートされていないようです。タグを除く。
wp_tag_cloud
それを表示する方法はありますか?
プラグインでこれを行いたい場合は、これが役立つかもしれません
多分これ
$args = array('taxonomy' => 'category' ); wp_tag_cloud( $args )