sturple/wordpress-product

Wordpress plugin to add products custom post type

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:wordpress-plugin

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

This package is not auto-updated.

Last update: 2024-04-13 23:00:35 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)