{"id":24438427,"url":"https://github.com/stuttter/wp-term-images","last_synced_at":"2025-04-12T17:51:28.841Z","repository":{"id":56509125,"uuid":"45868478","full_name":"stuttter/wp-term-images","owner":"stuttter","description":"Images for categories, tags, and other taxonomy terms","archived":false,"fork":false,"pushed_at":"2020-11-03T10:59:30.000Z","size":48,"stargazers_count":36,"open_issues_count":9,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T12:11:50.649Z","etag":null,"topics":["images","meta","terms","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-term-images/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuttter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-09T21:39:03.000Z","updated_at":"2024-12-20T15:00:23.000Z","dependencies_parsed_at":"2022-08-15T20:01:06.308Z","dependency_job_id":null,"html_url":"https://github.com/stuttter/wp-term-images","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-term-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610407,"owners_count":21132920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["images","meta","terms","wordpress"],"created_at":"2025-01-20T19:16:15.362Z","updated_at":"2025-04-12T17:51:28.821Z","avatar_url":"https://github.com/stuttter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Term Images\n\nImages for categories, tags, and other taxonomy terms\n\nWP Term Images allows users to assign images to any visible category, tag, or taxonomy term using the media library, providing a customized look for their taxonomy terms.\n\n# Installation\n\n* Download and install using the built in WordPress plugin installer.\n* Activate in the \"Plugins\" area of your admin by clicking the \"Activate\" link.\n* No further setup or configuration is necessary.\n\n# FAQ\n\n### Does this plugin depend on any others?\n\nNot since WordPress 4.4.\n\n### Does this create new database tables?\n\nNo. There are no new database tables with this plugin.\n\n### Does this modify existing database tables?\n\nNo. All of WordPress's core database tables remain untouched.\n\n### How do I get the image for a term?\n\nWith WordPress's `get_term_meta()` function\n\n```\n// image id is stored as term meta\n$image_id = get_term_meta( 7, 'image', true );\n\n// image data stored in array, second argument is which image size to retrieve\n$image_data = wp_get_attachment_image_src( $image_id, 'full' );\n\n// image url is the first item in the array (aka 0)\n$image = $image_data[0];\n\nif ( ! empty( $image ) ) {\n\techo '\u003cimg src=\"' . esc_url( $image ) . '\" /\u003e';\n}\n```\n\n### Where can I get support?\n\n* Basic: https://wordpress.org/support/plugin/wp-term-images/\n* Priority: https://chat.flox.io/support/channels/wp-term-images/\n\n### Can I contribute?\n\nYes, please! The number of users needing more robust taxonomy visuals is growing fast. Having an easy-to-use UI and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-term-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-images/lists"}