开发者 | theMikeD |
---|---|
更新时间 | 2023年11月19日 06:26 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.4.0 |
版权: | GNU General Public License v2 or later |
版权网址: | 版权信息 |
genesis-taxonomy-images
folder to the /wp-content/plugins/
directorygenesis-taxonomy-images
folderGuidance 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.
= Can I disable it for a specific taxonomy?
Yes, but it requires coding. There is a filter to manipulate the supported taxonomies. Look for the gtaxi_get_taxonomies
filter for more.
term
to options accepted by gtaxi_get_taxonomy_image()
. If set to a term object, it will get the image for that term