=== WP ADA === Contributors: Dianakc Donate link: http://arquivo.tk/dev/ada Tags: post types, animals, adoption, pets, ngo, widgets Requires at least: 3.0 Tested up to: 3.2 Stable Tag: 1.4 ADA plugin was designed for small or local websites on lost animals and animal adoption projects. == Description == The ADA Plugin, offers an easy way to keep a database with specific information for every pet for adoption or lost pet. * Auto-tag status in thumbnails - Through CSS, the status is displayed as a tag placed on every thumbnail. * Change status, not permalinks - By using posts tags, you can change status any time, without changing the post permalink. * Every pet is a fully featured post - You have feed, comments, can add images, videos, everything you need just like a normal post. * Special information are kept on every post - Data such size, breed, colors etc are kept individually on every post. * Widgets for display - Just drop the ADA widgets for display a random available pet for adoption, search form, lost pet and pet color tagcloud. * Works with any theme - Add the code for display the special data in pet posts or create a theme template file. * Output uses style sheet - You don't need to dive into codes for customize colors and fonts, change everything within the stylesheet. * Export and Import - ADA Plugin uses post type, a WordPress feature, so you can export and import pets posts whenever you need. * Contextual Help - Are you lost? Click the Help tab when editing or adding a post type for a quick guide. * Fully localized - Help on adding new languages too! * Thumbs and special data on feeds - Pet and Lost pet feed display thumbnail and special data. == Installation == 1. Unzip and upload ADA Plugin folder to the `/wp-content/plugins/` directory 1. Activate the plugin. 1. Three new panels appears for add posts types. Chose an option and add a post. Click the ADA Plugin Panel for usage. 1. Place `` in your templates wherever the single post, archive etc context is used. Best place is below `the_title()`, but you can place it anywhere within the loop. 1. Add a widget or menu item for display the item. == Frequently Asked Questions == = I found that permalinks for pets are not working or what?! = Right after install ADA, go to Settings > Permalinks. You do not need to change anything, just loading this page will reload the permalink structure for the new posts types. = How to display the especial info in single posts? = Place `` in your templates wherever the single post, archive etc context is used. Best place is below `the_title()`, but you can place it anywhere within the loop. In Twenty Eleven theme: Add the code in `loop.php` right after: `` `