=== Custom Index Shortcode === Contributors: federico.azzario Donate link: Tags: lists, list of pages, pages lists, tinymce button, shortcode, get pages, children Requires at least: 3.3 Tested up to: 3.4 Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create customizable lists of pages by using a simple shortcode which can be called directly from buttons in both TinyMCE and HTML editors. == Description == This plugin uses the get_pages() function to retrieve a list of pages and puts it in a list-style output. The list of pages and the output layout can be customized using arguments; some of them are from the get_pages() arguments list, others are brand new and output related only. Below there is a list of the arguments you can use so far: - ID --> you have choose the parent of the list. default is the id of the page you are in. - order --> ASC, DESC - orderby --> this affects the sort_order argument in get_pages() function. choices are: 'post_title', 'menu_order', 'post_date', 'post_modified','ID', 'post_author', 'post_name'. default is 'post_title'. - title --> choose if you want a title to be displayed. leave blank for no title. - depth --> choose how many heneration of children do you want the list to show. - list --> choose between 'unordered' or 'ordered' list. == Installation == 1. Upload the entire folder 'custom-index-shortcode' to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. If you want to use the shortcode in your templates, simply place '[custom-index]' everywhere in the code. Just remember to add manually the arguments. == Frequently asked questions == Q. Will new arguments be added to the shortcode? A. Yes, sure! New arguments will be added in the new releases. == Screenshots == 1. /assets/screenshot-1.png 2. /assets/screenshot-2.png 3. /assets/screenshot-3.png 4. /assets/screenshot-4.png == Changelog == v 1.0 -initial release == Upgrade notice ==