sturple/wordpress-product

Wordpress plugin to add products custom post type

Maintainers

Package info

github.com/sturple/wordpress-product

Issues

Type:wordpress-plugin

pkg:composer/sturple/wordpress-product

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-15 08:41:20 UTC


README

  • Creates a Custom Post Type Products {slug: product}
  • allows you to add image group, video group, accessories group

Product Meta Fields

Adding content to page.

  • Create a article-product.php and single-product.php template file
  • Use get_post_meta(id, name) to get values. If using timber / twig use product.get_field(name)