Custom Post Types, taxonomies and business logic for Our Listeners Club
This custom post type plugin is built using oik-fields.
Custom post types
- Brand
- Supplier
- Promotion
Custom taxonomies
- Country
- Promotion level
For Custom fields see olc_register_fields()
About Promotions
A Promotion is a date effective relationship indicating the preferred Supplier for a particular Brand.
- The Promotion level indicates the sequence in which the preferred suppliers should be listed.
- But there is also a requirement to display different content dependent upon the promotion level. @TODO How to achieve this?
- A further intention is to be able to filter by Country to find the preferred supplier in the visitor’s country. This assumes the user has logged on AND has a country field defined, or some other way of identifying their location.