=== Advanced Post List === Contributors: jokerbr313 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2E6Z4VQ6NF4CQ&lc=US&item_name=Wordpress%20%2d%20Advanced%20Post%20List¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: Advanced, Post List, Categories, Category, Content, Custom, Excerpt, Filter, Links, List, Links, News, Page, Pages, Post, Posts, Related, Shortcode, Simple, Tag, Tags, Thumbnail, Widget, Widgets Requires at least: 2.0.2 Tested up to: 3.3 Stable tag: 0.2.0 Create a large variety of post lists with easy to use advanced settings. Highly customizable for designing unique post-list designs. == Description == [forum home]: http://advanced-post-list.wikiforum.net/ "Community support forum" [forum issues]: http://advanced-post-list.wikiforum.net/f1-issues-troubleshooting "Find/Start to fix your problem" [forum presetDesigns]: http://advanced-post-list.wikiforum.net/f5-preset-designs "Find/Submit a preset design" [code google apl]: http://code.google.com/p/wordpress-advanced-post-list/ "Official bug reports, downloads, and projects." [wordpress kalins post list]: http://wordpress.org/extend/plugins/kalins-post-list/ "Kalin's plugin page" ([Community][forum home]/[Developer's Page][code google apl]) [Issues/Bug Report][forum issues] - Problem(s) with the plugin operating corrently. [Preset Design Support][forum presetDesigns] - Browse or submit a preset design (requires registration). This plugin gives you the ability to customize design, (post/page/attachment) content, and the location you want the post list to display. This is an alternate/upgraded version of [Kalins Post List][wordpress kalins post list] that was unfortunately declared abandoned. Most of the credit for creating a great plugin like this goes to **Kalin**. As a plugin developer, I also admire the uses of this plugin. So, I couldn't see a nice plugin like this get left in the dark. This plugin is still in the first stages of its target design. Many of the old bugs have been fixed, and some new features added. A lot of the front end designs have remained relitively the same, but most of the backen code has been redesigned to classes/objects (for many reasons). Version 1.0.0 will feature many of the functionalities that Kalin and others have mentioned, and will have a completely new layout to accomodate for the extra tools that will be added. Right now the plugin is in the pre-release versions (0.X.X). **0.2.0 Release** - contains an export function that also supports individual preset downloads. This is for two main reasons. *1)* Help with debugging purposes when trying to replicate the style and some of the content. *2)* Community purposes. It was a simple piece of code to add (maybe 5 lines, if that) for preset downlads after all the main export functions, and I also believe having a community will help with the evolution of the plug in by spotting the limitations and the advances needed for the plugin. **Pre-Release Projects for Version 1.0.0** * **(Completed)** Import/export (including importing data from Kalins Post List) * Custom Taxonomies - [Need Feedback](http://advanced-post-list.wikiforum.net/t3-next-project-custom-taxonomies-support-need-feedback "Share your idea(s) that you have") * Additional sort methods for 'Orderby' combo box == Installation == 1. Upload zip to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to Settings->Advanced Post List to access the settings. == Frequently Asked Questions == = How do I display the post list that I created? = You need to locate and copy the shortcode. Which is in the Advance Post List - Settings page on the saved preset table. Then create a page/post and paste the shortcode on your page/post (eg. [post_list name='some-preset-name])' == Screenshots == 1. Advanced Post List admin page. 2. Displays an example of what the created preset will look like. 3. Saved Post List table. Now you can download individual presets. 4. Easy to use shortcodes to add to your page/post. 5. Preset in action. 6. Export or import your plugin database data. == Changelog == = 0.2.0 = * Designed a 'General Settings' section for core settings. * Changed 'Upon plugin deactivation clean up all database entries' to a yes/no ratio. * Added Import/Export feature. * Added a preset download feature. * Added admin.css to seperate styles from admin.php file. * Designed a new default css style button. * Fixed database version checking. * Fixed PHP hardcode string that was displayed to the admin. * Fixed 'Exclude Current'. * Fixed Before, Content, and After TextArea to expand correctly = 0.1.1 = * Fixed including required files. = 0.1.0 = * Basic clean up and reorganizing. * Added phpdocumentation to created files. = 0.1.b1 = * 'Post Parent' combo box was corrected to now display only pages * 'Orderby' combo box was corrected to pass values that wordpress allows with WP Query * Edited some of the front end designs to make it current with the plugin * Post data is now being correctly pulled within APL_run * A clean up was done on 0.1.a1 = 0.1.a1 = * -Very first working version- * Fixed 'Require all categories'. * Upgraded core functions. == Upgrade Notice == = 0.2.0 = Upgrade adds a new export/import feature to back up your data, and fixes the PHP hardcode, exclude current, and TextArea element. See changelog for more details. = 0.1.1 = The require() functions in advanced-post-list.php didn't have a dynamic value set. = 0.1.0 = First stable version.