Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

WP Category Images

Опис

This simple plugin permits you to upload images to categories, tags and custom taxonomies just like to posts.
This feature is very useful when you want to show unique image in header tor every category or even some slideshow of images.
Also you can show a list of categories/subcategories with a little thumbnail am much more.

By the way, this plugin just uses wordpress native functionality – no aditional tables and nothing like that.
Also it uses wordpress images so all sizes are generated automatically (custom sizes included).

Встановлення

  1. Upload wp_cat_images directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php cat_image(<term_id>); ?> in your templates to show category thumbnail

Часті питання

How to get other image sizes

cat_image(
, // ID of category/taxonomy to show thumbnail from
[echo], // return(false) or print(true) the thumbnail code (default: TRUE)
[thumbnail_size] // any registered sizes are accepted ‘thumbnail’, ‘medium’, ‘large’,’original’ or any custom registered size (default: “thumbnail”)
)

How to get all images attached to category

$cat_images = get_cat_images(
, // ID of category/taxonomy to get thumbnails from
[limit] // Maximum images count to return or -1 to return all of them (default: -1)
)

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“WP Category Images” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WP Category Images” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

First release