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