=== Plugin Name === Contributors: useStrict Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VLQU2MMXKB6S2 Tags: eShop, Custom Post Types, Custom Taxonomies, eshop_list_cat_tags Requires at least: 3.0 Tested up to: 3.4.2 Stable tag: 1.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Are you frustrated that your eShop doesn't support your Custom Post Types and Taxonomies? Fix it with this plugin. == Description == This is a simple plugin that will allow an admin to select exactly which Post types eShop should handle - adding custom types and/or removing default ones (page, and post). It also fixes eshop_list_cat_tags shortcode by making it play nicely with Custom Taxonomies. == Installation == 1. Upload eshop-custom-types to your blog's wp-content/plugins directory 1. Activate the plugin in your Plugin Admin interface 1. Go to Settings -> eShop Custom Types to add your custom Post Types and Taxonomies == Frequently Asked Questions == * How do I make __[eshop_list_cat_tags]__ find my products that are under a Custom Taxonomy? __Short Answer__: [eshop_list_cat_tags type="<your custom taxonomy slug>" find="<your custom taxonomy item slug>"] __Long Answer__: Let's say you have a store and that you don't want to mix up your products and product categories with your Posts/Pages/Categories. You decide to create your own custom post type and also a custom taxonomy called "Product Categories" (with the slug "product-categories"), and then create a new product category called "My Cool Category" (with the slug my-cool-category). Out of the box, eShop will not find your products if you try to use __[eshop_list_cat_tags type="category_name" find="my-cool-category-name"]__. The fix is to install this plugin, select your Custom Taxonomy, and save the settings. You will then be able to call __[eshop_list_cat_tags type="product-categories" find="my-cool-category"]__. == Screenshots == 1. Using as example a Post Type called Portfolio (it can be whatever type you have created), we see it listed in the select box along with all other Wordpress post types. Select the desired custom or default types for eShop to support and save the changes. 1. Edit or create a Custom Type article and see that the eShop Product Entry pane is now showing. == Changelog == = 1.2.1 = * Updated localization = 1.2 = * Make [eshop_list_cat_tags] shortcode work nicely with custom taxonomies = 1.1.2 = * Fixed a bug that didn't like it when people deselected every type and saved = 1.1.1 = * CSS changes in the admin interface to play nice with WP 3.4 = 1.1 = * Added pt_BR and fr_FR Localization * Minor Options page cosmetics = 1.0 = * Initial release == Upgrade Notice == No need to upgrade at the moment.