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
Requires
- php: >=5.4
- composer/installers: ~1.0
- sturple/wordpress-utilities: ~1.0
- wpackagist-plugin/piklist: >0.9
This package is not auto-updated.
Last update: 2025-01-05 02:53:10 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)