Mô tả
The Better Categories Images Plugin allow you to add image with any category or taxonomy.
Use:
+ $thumbnail_id = get_term_meta( $term_id, 'thumbnail_id', true ); \\ [get_term_meta](https://developer.wordpress.org/reference/functions/get_term_meta/)
+ $image = wp_get_attachment_image( $thumbnail_id, 'full' ); \\ [wp_get_attachment_image](https://developer.wordpress.org/reference/functions/wp_get_attachment_image/)
From within WordPress
- Visit ‘Plugins > Add New’
- Search for ‘Better Categories Images’
- Activate Better Categories Images from your Plugins page.
Manually
- Upload the
better-categories-imagesfolder to the/wp-content/plugins/directory - Activate the Better Categories Images plugin through the ‘Plugins’ menu in WordPress
- Go to “after activation” below.
Hỏi đáp
You’ll find answers to many of your questions on (https://namncn.com/plugins/better-categories-images/).
Người đóng góp & Lập trình viên
“Better Categories Images” 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 “Better Categories Images” 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
1.0.3
- Fix readme.txt.
1.0.2
- Fix bug can’t exclude tax.
1.0.1
- fix bugs.
1.0.0
- First release.
