=== Custom Sections === Contributors: jvwissen Donate link: http://www.jeroenvanwissen.nl/weblog/wordpress/custom-sections Tags: widgets, posttype Requires at least: 3.3 Tested up to: 3.8 Stable tag: 0.4 Custom Sections is a WordPress plugin that gives you an alternative to the default Widgets == Description == Custom Sections is a WordPress plugin that gives you an alternative to the default Widgets. Custom Sections are pieces of content to be used as shortcode or directly in your theme. To use custom template files for sections, files must be named section-.php == Installation == 1. Upload the folder `custom-sections` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to Settings -> Custom Sections to configure the custom post type to be used as section. The custom post type must be created by the user in the functions.php, or a plugin that can create custom post types without programming. == Screenshots == == Changelog == = 0.4 (2014-1-4) = * Added internal custom post type ( 'custom-sections' ) * Added template functionality to use custom templates for output * Added template selection in widget * Added button to add section shortcode into content * Fixed settings menu name * Fixed show only published sections in widget = 0.3 (2013-3-20) = * Added Custom Sections Widget = 0.2 (2013-1-13) = * Refactored to Custom Sections = 0.1.1 (2013-1-31) = * Removed Dutch locale = 0.1 (2013-1-31) = * Initial release == TODO's == * Create documentation