Mô tả
- Category and Taxonomy Image Plugin allow you to add image with category/taxonomy.
- you can use the following function into your templates to get category/term image:
if (function_exists('get_wp_term_image')) { $meta_image = get_wp_term_image($term_id); //It will give category/term image url } echo $meta_image; // category/term image url
where $term_id is ‘category/term id’
Chức năng
- Setting ,for which taxonomy ,image field is to be enable.
- Very simple in use
- Can be customized easily.
Ảnh màn hình
Cài đặt
- Unzip into your
/wp-content/plugins/
directory. If you’re uploading it make sure to upload
the top-level folder. Don’t just upload all the php files and put them in/wp-content/plugins/
. - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to your WP-admin ->Settings menu a new “Taxonomy Image” page is created.
- Go to your WP-admin ->Settings ->Taxonomy Image displayed in the taxonomies list form where you can select the taxonomies you want to include it in WP Custom Taxonomy Image.
- Go to your WP-admin select any category/term ,here image text box where you can manage image for that category/term.
- you can use the following function into your templates to get category/term image:
if (function_exists('get_wp_term_image')) { $meta_image = get_wp_term_image($term_id); //It will give category/term image url } echo $meta_image; // category/term image url
where $term_id is ‘category/term id’
Hỏi đáp
- No technical skills needed.
Đánh giá
6 Tháng mười hai, 2020
Doesn’t work with 5.5.3.
5 Tháng mười hai, 2019
Desculpe desenvolvedor ou ele não funciona mesmo ou está muito mal documentado porque simplesmente não funciona.
Sorry developer, but or this plugin don’t works or lack documentation.
14 Tháng mười, 2019
Unfortunately, this plugin is not working for me. No image was displayed, after setting up everything.
23 Tháng sáu, 2019
1 trả lời
Sorry, but this is a non-working plugin, with a poorly description. Finally deleted it
12 Tháng sáu, 2019
I am an IT professional with 40 years experience programming in many languages, developing websites, poring through millions of lines of code to fix bugs, etc. I have also written a dozen manuals about software for the regular user. So if anyone is “technically oriented” yet able to judge what has technical requirements, it is me. I found this plugin to be presented as “easy” to install and use, but it has been anything but that, and still does not work. The functions on the back end work great, I can select the images I want to apply to each category, they display in the categories list on the dashboard. However the images do not actually show up on the public blog, and none of the suggested fixes the developer made in the past to those with similar issues is working. The developer is nonresponsive, he has not responded here on the forums nor to direct emails. Do NOT use this plugin unless you are a world class expert on wordpress, and odds are it wont work anyways.
16 Tháng năm, 2019
This plugin is superior to some others because it allow you to add images to custom taxonomies.
Người đóng góp & Lập trình viên
“Category and Taxonomy Image” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Category and Taxonomy Image” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
This is first version no known errors found