This plugin is outdated and might not be supported anymore
Category Image Manager by DevDesignDazzle

Category Image Manager by DevDesignDazzle

Details
View on WordPress

Category Image Manager by DevDesignDazzle enhances your WordPress site! Easily add images to categories for stunning pages, archives, and menus. This lightweight plugin lets you upload category images via the admin panel and display them anywhere with a simple function. Perfect for bloggers, e-commerce, and custom themes. Supports multiple image sizes (thumbnail, medium, large, full) and future-ready for premium upgrades. Boost your site’s visuals—install now!

Usage

  1. Add Images: Navigate to Posts > Categories, edit or create a category, and use the “Category Image” field to upload an image.
  2. Display Images: Use this function in your theme files:
  3. Category Archives Example: Add this to archive.php or category.php after get_header():
    <?php $category_id = get_queried_object_id(); if (is_category() && function_exists('dddCatImageManager_get_category_image')) { $category_image = dddCatImageManager_get_category_image($category_id); if (!empty($category_image)) { echo '’ . $category_image . ”; } } ?>
  4. Image Sizes: Customize with sizes like 'thumbnail', 'medium', 'large', or 'full':

Support

Privacy

Category Image Manager by DevDesignDazzle does not collect or store any personal data.

Details

Plugin code:
category-image-manager-by-devdesigndazzle
Plugin version:
1.0
Outdated:
Yes
WP version:
5.0 or higher
PHP version:
7.2 or higher
Test up to WP version:
6.7.2
Total installations:
0
Last updated:
2025-04-10
Rating:
Times rated:
0
categories-images
category-image
category-image-manager
category-thumbnails
taxonomy-image