=== Multi Part Posts === Contributors: nmarks Tags: posts, multi part posts, related posts, post series, series Requires at least: 3.5.1 Tested up to: 3.9.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easily add a table of contents to your multi part posts. Automated syncing cross-posts. Quick and easy to setup. == Description == Multi Part Posts allows you to easily configure and organize posts with multiple parts, eg. "My Awesome Blog Part 1", "...Part 2", etc... by introducing a table of contents to the top of your post. ####How to use Installing the plugin creates a new metabox on your edit post screen that allows you to group your posts together. It's straightforward and no nonsense. ####Configuration For v1.0.0 there are no GUI based configuration options except the post grouping itself. For more advanced users, you can checkout the available filters and actions [on github](https://github.com/nathanmarks/wordpress-multi-part-posts). In later versions I plan on introducing some GUI based customization and settings. ####Styling The markup created by the plugin should fit right into your current theme, if not the markup is very clean and easy to write custom styles for. == Installation == This section describes how to install the plugin and get it working. ####Using The WordPress Dashboard 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'plugin-name' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard ####Uploading in WordPress Dashboard 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `plugin-name.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard ####Using FTP 1. Download `plugin-name.zip` 2. Extract the `plugin-name` directory to your computer 3. Upload the `plugin-name` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Frequently Asked Questions == #### How can I use this with a custom post type? I will be introducing a GUI option for this soon. For now please refer to the filter detailed [on github](https://github.com/nathanmarks/wordpress-multi-part-posts). #### Can I customize the look and feel? Absolutely! The existing markup is very simple to style via CSS. Also, at the moment you can completely customize the output using filters detailed [on github](https://github.com/nathanmarks/wordpress-multi-part-posts). For less advanced users, I will be introducing a GUI based template option soon. == Screenshots == 1. Edit post screen metabox 2. Front end table of contents == Changelog == = 1.0 = * First release! == Upgrade Notice == = 1.0 = First release!