-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
35 lines (27 loc) · 1.3 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=== Nordic Milk Products ===
Contributors: https://www.kbuum.com
Author https://www.taifuun.ee
Tags: products, product types, packaging
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
This plugin creates custom post type for Products and custom taxonomies Product Types and Packaging. Products post
type supports title, thumbnail, content, excerpt and additional meta info field for nutrient information.
Following shortcodes are available:
- list_products
Renders list of products. Accepts product_type argument as a string which filters products by product
type taxonomy.
- list_packages
Renders list of packages taxonomies.
- show_products
Renders products in a grid view with thumbnail, title and excerpt visible.
If both list of products and packages are rendered, products with certain packages taxonomies and vice versa are
highlighted in the public side.
Automatic updating is available via Git Updater.
== Installation ==
1. Upload `nordic_milk.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Use one of the shortcodes to render prodcuts list, packages list or products in grid view in the public page.