https://github.com/ihsanberahim/ib-category-thumbnail
this plugin help you add category_thumbnail to your category taxonomy
https://github.com/ihsanberahim/ib-category-thumbnail
mediauploader plugin wordpress
Last synced: about 2 months ago
JSON representation
this plugin help you add category_thumbnail to your category taxonomy
- Host: GitHub
- URL: https://github.com/ihsanberahim/ib-category-thumbnail
- Owner: ihsanberahim
- Created: 2017-06-05T15:20:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T15:30:58.000Z (about 9 years ago)
- Last Synced: 2025-01-25T00:28:08.833Z (over 1 year ago)
- Topics: mediauploader, plugin, wordpress
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ib-category-thumbnail
Once you installed this plugin and set your term category_thumbnail, then you can get the value like this
```
$cateogry_thumbnail_url = get_term_meta('your_term_taxonomy_id', 'category_thumbnail', $single=true);
```