Custom Sections
Custom Sections is a WordPress plugin that gives you an alternative to the default Widgets
Maintenance 20/1003311d since update
Active installs
10
Downloads
3,139
Reviews
0
Age
12.9y
Tagswidgetsposttype
Plugin info
Total downloads: 3,139
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/7/2016 (3311 days ago)
Added to WordPress: 2/1/2013 (12 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 4.7.31
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3311 days ago
20/100
Is Custom Sections abandoned?
Possibly abandoned (last update 3311 days ago).
Compatibility
Requires WordPress: 3.3
Tested up to: 4.7.31
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Custom post type templates for Elementor
Rating 4.0/5 (4 reviews) • Active installs 700
Custom Columns
Rating 5.0/5 (1 reviews) • Active installs 30
CustomPostTypeArchive
Rating 0.0/5 (0 reviews) • Active installs 10
Post Type & Taxonomy Debug
Rating 0.0/5 (0 reviews) • Active installs 10
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-templatename.php
TODO’s
- Create documentation
Installation
- Upload the folder
custom-sectionsto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings -> Custom Sections to configure the custom post type to be used as section.
The custom post type can optionaly be created by the user in the functions.php, or via a plugin that can create custom post types without programming.
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
0.4.8 (2015-10-6)
- Added ‘section_exists’ function to check if a section exists. Use: if ( section_exists(”) ) { .. }
0.4.7 (2015-9-17)
- Removed check that prevented to have a section in a section. Use at own risk, could cause infinite loading.
0.4.6 (2015-8-17)
- Fixed: In preparation for supporting PHP7, WordPress 4.3 is deprecating the use of PHP 4 style class constructors. The proper method is to extend WP_Widget in your class and call parent::__construct().
0.4.5 (2014-8-25)
- Added filter to remove html special chars from the section template filename.
0.4.4 (2014-3-20)
- Fixed “Undefined index: internal_post_type” notice
0.4.3 (2014-2-12)
- Added slug to sections shortcode & function call
- Fixed search for section-{name}.php files in parent/child setups
- Moved all text labels to _e() functions.
- section-{name}.php files can now use ‘Template Name:’ comment header to show human friendly names in popup.
0.4.2 (2014-1-4)
- Fix in version number
0.4.1 (2014-1-4)
- Fixes in readme.txt
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