=== Auto Shop === Tags: post Contributors: rjune Requires at least: 2.9.2 Tested up to: 2.9.2 Stable tag: 0.1 Autoshop is a plugin geared towards listing vehicles for sale, Primarily automobiles and motorcycles, though it could be used for other things. It is currently intended to be used as the primary method of posts, at some point I'll convert to custom post types to make it work a bit nicer. == Details == For posting Cars and bikes for sale == Installation == 1. Download the plugin archive and expand it (you've likely already done this). 2. Put the 'auto-shop' directory into your wp-content/plugins/ directory. 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Auto Shop 4. Go to the Auto Shop Options page (Settings > Auto Shop) to configure == Configuration == No configuration possible currently. == Known Issues == * none == Frequently Asked Questions == = How do I setup the Make of vehicles I have for sale? = Go into Post categories and create a top level category "Make", underneath it, create categories for each manufacturer. i.e. Ford, Toyota, Honda, etc. = How do I display the list of all vehicles I have for sale? = Currently you do that by using the shortcode [autoshop-all] in a post or page. = How do I delete a vehicle I no longer have for sale? = Go to the posts section and delete the relevant post. == Changelog == = 0.1 = * Initial creation