From the details page of the WPCustom Category Image Plug-in : https://wordpress.org/support/plugin/wpcustom-category-image
1st – Go to Wp-Admin -> Posts(or post type) -> Categories (or taxonomy) to see Custom Category Image options.
2nd …depending on whether you want to show a single category image or display several in a loop –
//SINGLE
echo do_shortcode('[wp_custom_image_category onlysrc="https://wordpress.org/plugins/wpcustom-category-image/false" size="full" term_id="123" alt="alt :)"]');
//LOOP
foreach( get_categories(['hide_empty' => false]) as $category) {
echo $category->name . '<br>';
echo do_shortcode(sprintf('[wp_custom_image_category term_id="%s"]',$category->term_id));
}
In addition there is an example category template here –
Related Posts:
- Glossary with Custom Post Type
- List all custom post type posts from a given category?
- get_terms won’t display product_cat or any other custom taxonomies when specified
- Category page only displaying the posts from a custom type
- Custom Post Type Archive Page Filtering
- Allow user to set custom order to a list of custom taxonomies?
- How to get custom posts sub category link
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- Get parent category id from child category page for custom taxonomy
- Category archive in with conjunction with custom post type is empty
- How to Display Posts From Category Within a Custom Taxonomy?
- The Difference Between Categories and Tags and Taxonomies and Terms
- Get category if used in a custom post type
- Get terms for a specfic post from multiple taxonomies in custom post type
- Retrieve Custom Taxonomies with Description and Slug
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- How to display custom taxonomy term specific post?
- get taxonomies from terms
- Cannot get to work tax_query array for terms
- Get a list of categories ids
- Using get_terms() as shortcode attribute
- How to determ a custom post type url?
- CPT Archive with core Category
- how to get URL of media uploaded to WordPress via media_handle_sideload()
- Group posts by custom post type
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Display all posts in main category and 1 subcategory
- Replace li Items with divs with classes
- showing custom post types of a certain category only
- Update post terms with custom taxonomy
- How do I display tags for a custom post type single page?
- Get posts from a custom post type by child categories of a parent category
- Linking to the most recent post in a Custom Post Type
- How to move image thumbnails into custom folder for custom post type
- Getting posts under the custom post type ui category
- Show category ID on custom post type
- How can I auto-assign a CPT post to category in a custom taxonomy when published?
- Filtering WP_Query Dynamically on the Front-End
- wp_insert_term in a multisite installation
- Get template part using a custom taxonomy term
- get_posts() with custom post type does not work outside page.php
- Get posts by querying taxonomy and certain terms of the taxonomy?
- How to restrict users and admin from creating new taxonomy terms?
- Posts from all the categories are being displayed instead of particular category
- Get parent categories of custom post type
- uploading images to specified directories
- How to query_post custom posts within default taxonomy?
- Conditional Statement custom post type category
- Show custom post type filtered by category
- Custom Post Type With Categories
- Custom Post Type archive loop separated by term, in specific term order
- Display posts from Custom Post Type in category page on front-end
- Get image post ID in media upload
- using $wpdb to get custom post type with term
- Categories sorting
- How can I make my custom posts appear in their assigned category url?
- Show posts from two or more custom taxonomy terms
- How to call in Custom Post-Type Categories?
- Link to full size post thumbnail
- get_category_parents for custom post type taxonomy
- Hide editor while keeping add media button in custom post type
- Displaying custom taxonomy in the admin list of a custom post type
- Custom Post Type with image gallery
- Multiple featured sizes / images / excerpts
- Separate custom categories from default category
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- forming WP_Query for posts of all post types but from specific categories
- wp_list_categories() – current-cat class also inside posts?
- Showing posts from different categories and from custom post type
- Custom post type getting wrong categories and tags
- How to Create an Image Upload Box for Custom Posts?
- Which post does a taxonomy term belongs to?
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Show a Category X’s custom post type on Category X archive page?
- PHP variable not regenerating when publishing multiple posts at the same time
- Add custom image size for custom post type or taxonomy
- Display post as term id
- Multiple level category drop-down from the WordPress dashboard
- Cannot add category or custom taxonomy from admin. WordPress site is hosted in Windows 16 server via IIS. No XAMPP or WAMP
- Add custom post type settings to wordress default posts
- How do I display the taxonomy term alongside the post type post title?
- Hide parent categories when clicked, and show it’s childs
- Custom post taxonomies as tax_query terms?
- How to automatically set ‘default image size’ for specific Custom Post Type
- Limit amount of posts made within a custom taxonomy
- Problem with displaying posts in the CPT category
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Filter CPT posts by one or more categories
- Getting categories of posts under a custom taxonomy
- Post count by month of taxonmy term
- Custom Post Types with a common category for a blog listing
- Can’t remove front from permalinks for custom taxonomy category page
- How to get categories linked in posts for a specific post type
- Custom post type, organized by categories
- How to display “Category and Post_tag” component in a CPT Gutenberg edit screen?
- WordPress loop: Show only a Custom Post Type Taxononmy TERM
- Remove CPT name from permalink but add %category% instead
- Set a checkmark in a category based on a URL-parameter
- WP Query with categories only shows one post and ignores the category