=== Listings Post Type Enable === Contributors: alexitsios,ayecode Tags: custom post type, listings post type, directory post type, custom widget Requires at least: 3.0.1 Tested up to: 4.4.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple plugin that creates a "listings" custom post type. It is also add a recent listings custom widget and a new category listings widget, in the widget dashboard. == Description == This plugin is a very simple one. All it does is add a custom post type called 'listing' in the wordpress administrator's area. It also adds a custom taxonomy called "Listing Category" and custom taxonomy (non-hierarchical) called "Listing Tag". Furthermore it add a custom widget which shows the latest listings from the Listing Custom Post Type posts. The plugin is in English but it can be translated. == Installation == This section describes how to install the plugin and get it working. 1. Upload the `listings-post-type-enable` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. A "Directory" admin menu item is added to the administration area. == Changelog == = 0.1.0 = * First release. = 0.1.5 = * Added address metabox * Added category listings widget