=== Indizar === Contributors: sebaxtian Tags: chapters Requires at least: 2.4 Tested up to: 2.7.1 Stable tag: 0.4.7 A plugin to index posts using chapters. == Description == The _nextpage_ tag in Wordpress gives a simple indexing system, but sometimes we need a better solution. Indizar creates chapters with titles and gives a function to retrieve those names. Also it has a tool to put an index whereas the user wants in the post. To add a chapter use [chapter:Title] at the beginning of the chapter. The title would be write as a _header_, and you can define the apparance with the CSS file. The first chapter would have the name of the post, and wouldn't be shown at the beggining of the content. The first occurrence of [chapter: ****] would be the second item in the chapters list. If you need another name for the first chapter you can use [firstchapter:Title] to create a header, and it doesn't have to be at the beginning of the page. You can have an introduction and the first chapter in the same page. To add the index use [chapters:size,left|right] where size is the width of the context box, left | right is the float position for the box. Those values are optional and you can use just [chapters]. The index box is hidden in the index and search pages, it will be shown in a 'single page'. There is a button in RichText Editor to add chapters to your page. To get the list of chapters use chap\_list(). This function returns the array with the chapters, or false if there are no chapters. It __has__ to be used after the\_post(). I use it in single.php in my personal theme. Screenshots are in spanish because it's my native language. As you should know yet I __spe'k__ english, and the plugin use it by default. == Installation == 1. Decompress indizar.zip and upload `/indizar/` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the __Plugins__ menu in WordPress 3. If you are using permalinks, go to Options -> Permalinks and __Save Changes__. This would recreate your permalinks cache with the __chapter__ tag. 4. You can use indizar.css to create your own style. == Frequently Asked Questions == = Is this plugin bug free? = I don't think so. So far it works with my permalinks, but I didn't test it with other configurations. Feedbacks would be appreciated. = Permalinks doesn't work!!!!!! = Did you __recreate__ permalinks rules? Go to Options -> Permalinks and __Save Changes__. == Screenshots == 1. Add one chapter 2. Add an index box 3. Editor example 4. First chapter example 5. Last chapter example