wordpress开发手册
2.3 PHP
3.2 WordPress 插件结构和⽣命周期

2.5.6 提问:如何在⾃定义⽂章类型中添加⾃定义字段?提供⼀个实际的应⽤案例。

在⾃定义⽂章类型中添加⾃定义字段要在WordPress中的⾃定义⽂章类型中添加⾃定义字段,可以使⽤register_post_type()函数来定义⾃定义⽂章类型,并使⽤add_meta_box()函数来添加⾃定义字段。步骤如下:

1. 使⽤register_post_type()函数定义⾃定义⽂章类型

2. 使⽤add_meta_box()函数添加⾃定义字段

3. 在保存⽂章时更新⾃定义字段的值⽰例:假设我们要创建⼀个名为“产品”的⾃定义⽂章类型,并为每个产品添加⼀个名为“价格”的⾃定义字段。代码⽰例:// 定义⾃定义⽂章类型}// 添加⾃定义字段function product_price_meta_box() {}// ⾃定义字段回调函数// 保存⾃定义字段值function save_product_price($post_id) {这样,每个“产品”⽂章中都会有⼀个名为“价格”的⾃定义字段,管理员可以在编辑页⾯中输⼊产品的价格值。

10 Screens$8,029

I will design rough sketches for upto 5 Screens of your website/Mobile app.

3 Days Delivery 1 Revision
  • Source File
  • Commercial Use
  • Interactive Mockup
  • 10 Pages

20 Screens$16,029

I will design rough sketches for upto 5 Screens of your website/Mobile app.

3 Days Delivery
  • Source File
  • Commercial Use
  • Interactive Mockup
  • 10 Pages

30 Screens$24,029

I will design rough sketches for upto 5 Screens of your website/Mobile app.

3 Days Delivery
  • Source File
  • Commercial Use
  • Interactive Mockup
  • 10 Pages
1.154687s