Custom-Single
Enables themes to support custom single.php templates per category in the form single-CATEGORYID.php.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4404 days ago
Is Custom-Single abandoned?
Possibly abandoned (last update 4404 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin enables themes to specify a different single.php template based on post category. As posts can have multiple categories assigned, it uses the following to select which possible custom template to use:
1) Categories directly assigned
— Check for extant single-CATEGORYID.php files and prioritize based on category order
2) Parents of categories
— Parents are checked based on category order of the directly assigned categories.
Note, the above assumes that there’s a category order plugin installed. If the categories are NOT in a specific order AND there are multiple categories assigned per post then the template selection will be left up to the server. Naturally, if there is only category assigned per post (or only one possible template per post), then there will be no issue.
Requirements
Installation
- Upload the folder
Custom-Singleto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Create customized single.php template files as desired.
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.0.0 (2013-10-09)
- Initial Release