Custom Taxonomy Templates

Custom Taxonomy Templates Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 2,880 downloads
Custom Taxonomy Templates Icon

Try plugin: Custom Taxonomy Templates

We'll create fresh WordPress site with Custom Taxonomy Templates installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Custom Taxonomy Templates

Define custom templates for taxonomy archive views.

1


0


0


0


0

updated: 7 years ago
since: 8 years ago
author: Hassan Derakhshandeh

Description

Just like the way you can create custom page templates, this plugin enables you to build custom taaxonomy archive templates by adding this bit to the top of your file:

<?php
/**
 * {Taxonomy Singular Label} Template: Grid
 */
?>

where {Taxonomy Singular Label} should be replaced with the singular label registered for the taxonomy (for example “Category” or “Tag”). Now when you’re adding or editing terms in that taxonomy, you can choose the desired template file.

You can safely include this plugin in your theme and ship custom templates for taxonomy archives with the theme.

Changelogs

0.2.1

  • Allow using taxonomy slug in the template header, fix issue with templates not being found in multilingual websites. Much thanks to Mkdgs for the fix!

0.2

  • Fix fatal error when using child themes
  • added “custom_taxonomy_templates” filter for extendibility