An open API service indexing awesome lists of open source software.

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

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);
```