sturple / wordpress-product

WordPress 插件,用于添加产品自定义文章类型

安装: 7

依赖项: 0

建议者: 0

安全性: 0

星级: 0

关注者: 3

分支: 0

类型:wordpress-plugin

dev-master 2016-12-08 21:43 UTC

This package is not auto-updated.

Last update: 2024-09-15 00:59:42 UTC


README

  • 创建自定义文章类型产品 {slug: product}
  • 允许您添加图片组、视频组、配件组

产品元字段

在页面上添加内容。

  • 创建 article-product.php 和 single-product.php 模板文件
  • 使用 get_post_meta(id, name) 获取值。如果使用 timber / twig,则使用 product.get_field(name)