Custom Category Templates
Define custom templates for category views.
The facts
- Rating
- 4.3★ from 6
- Active installs
- 3k+
- Price
- Free
- Last updated
- 3 Mar 2016
- Added
- Dec 2011
- Requires WP
- 3.4.0
- Tested up to
- WP 4.4.34
- Downloads
- 62,372
Our analysis
AI-assistedCustom Category Templates is a WordPress plugin that allows you to create custom templates for category archives. You can add a specific code snippet to the top of your template file to designate it as a category template. When managing categories, you can then select the appropriate template for each category.
This plugin is primarily maintained for backward compatibility and is suitable for users who need to create custom category layouts. However, it is recommended to consider the newer Custom Taxonomy Templates for more features and broader support.
Best for: This plugin is suitable for users who need custom category layouts on their WordPress site.
What it does well
- ✓Enables creation of custom category archive templates
- ✓Allows selection of templates when editing categories
- ✓Maintained for backward compatibility
Where it falls short
- •Limited to category templates only
- •Not updated since March 2016
- •Less feature-rich compared to newer alternatives
Verdict
While Custom Category Templates provides a straightforward way to manage category templates, its lack of updates and limited functionality may lead users to seek more modern solutions.
From the developer
shazdeh's own description of Custom Category Templates, lightly tidied.
Just like the way you can create custom page templates, this plugin enables you to build category archive templates by adding this bit to the top of your file:
<?php
/**
* Category Template: Grid
*/
?>
and when you’re adding or editing categories, you can choose the desired template file.
This plugin is maintained solely for backward compatibility. Try the new Custom Taxonomy Templates instead, it supports all taxonomies and also uses the new term meta feature in WP 4.4.