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.
組み込みの wordpress 関数 (利用可能な場合) を使用して、wordpress に新しいカテゴリが存在しない場合に作成するにはどうすればよいですか。
wp_insert_post を使用して投稿を挿入していますが、カスタム カテゴリを実行できるようにしたいと考えています。
ありがとう
-ブラッド
wp_create_categories('catname') と get_cat_ID('catname') を使用して ID を取得できます。
wp_create_categories
get_cat_ID