Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Custom Category Templates

Опис

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.

Снимци екрана

  • Assigning custom templates to categories

Постављање

  1. Upload the whole plugin directory to the /wp-content/plugins/ directory
  2. Укључите додатак кроз изборник ‘Додаци’ у Вордпресу
  3. Enjoy!

Прегледи

3. септембар 2016.
Thanks for plugin. For WPML sites there will be problem, because of WPML bug https://wpml.org/forums/topic/category-templates-issue/ We resolved it by adding 11 priority in add_filter( ‘category_template’, array( $this, ‘category_template’ ), 11 );
Види свих 6 прегледа

Сарадници и градитељи

„Custom Category Templates“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „Custom Category Templates“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

0.2.1

  • Fix PHP notices
  • i18n support

0.2

  • Implementation of new WP_Theme API
  • Fixed a bug concerning body class output. Thanks @Sith Lord Goz!
  • Added delete_option method