Create and manage taxonomy images for themes using the Genesis framework. Based on "Genesis Taxonomy Images" plugin Copyright 2013 Ade Walk …
Once activated, this plugin enables you to upload and display an image for your taxonomy terms. Think of it as featured images for terms. It works with categories, tags, and custom taxonomies.
The plugin uses the term meta functionality built into WordPress to store the taxonomy image ID.
Note: this plugin is designed for use with the Genesis theme framework version 2 or greater, and will not work without it.
Use the upgrade link in the Dashboard (Dashboard > Updates) to upgrade this plugin.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 2 as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The license for this software can be found here: http://www.gnu.org/licenses/gpl-2.0.html
Thanks!This plugin is designed for use with the Genesis theme framework version 2 or greater, and will not work without it.
Having said that, the actual image ID is saved using standard WordPress term taxonomy tools, so even if you eventually disable this plugin, your images will still be linked to your terms. See the User Guide for more on this.
THis plugin is based upon the work of
Either use the WordPress Plugin Installer (Dashboard > Plugins > Add New, then search for “genesis taxonomy images”), or manually as follows:
genesis-taxonomy-images
folder to the /wp-content/plugins/
directorygenesis-taxonomy-images
folderYou can now add images to any taxonomy by visiting the taxonomy admin page.
Note: You must be using a Genesis child theme with Genesis version 2 or greater or the plugin will not activate.
Note for WordPress Multisite users:
Taxonomy admin screen. A new column (highlighted) is added to show the assigned term image. At the start, the default image is shown.
Term edit screen, A new section (highlighted) is added to allow an image to be managed for the term.
Term edit screen, A new section (highlighted) as it appears after an image has been assigned.
Taxonomy admin screen. A new column (highlighted) as it appears after an image has been assigned.
Guidance on using the plugin can be found in the plugin’s User Guide.
If you’re still stuck or you think you fod a bug, you can post a message on the plugin’s Support Forum.
Support is provided in my free time but every effort will be made to respond to support queries as quickly as possible.
Source code can be found in github.
There is no need for a Settings page. Images are uploaded/added via the Dashboard Edit screen for the taxonomy term in question.
You need to add some code to your Genesis Child Theme’s functions.php
file. Code examples can be found in the plugin’s User Guide.
Yep.
This plugin supports any taxonomy that has ‘show_ui’ set to true in its declaration.
Yes, but it requires coding. There is a filter to manipulate the supported taxonomies. Look for the gtaxi_get_taxonomies
filter for more.
= 2.0.4
* update tests
* WP 6.4 tests
term
to options accepted by gtaxi_get_taxonomy_image()
. If set to a term object, it will get the image for that term