Title: Simple Category Icons
Author: Bas Schuiling
Published: <strong>August 19, 2013</strong>
Last modified: October 28, 2014

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/simple-category-icons.svg)

# Simple Category Icons

 By [Bas Schuiling](https://profiles.wordpress.org/basszje/)

[Download](https://downloads.wordpress.org/plugin/simple-category-icons.1.13.zip)

 * [Details](https://wordpress.org/plugins/simple-category-icons/#description)
 * [Reviews](https://wordpress.org/plugins/simple-category-icons/#reviews)
 *  [Installation](https://wordpress.org/plugins/simple-category-icons/#installation)
 * [Development](https://wordpress.org/plugins/simple-category-icons/#developers)

 [Support](https://wordpress.org/support/plugin/simple-category-icons/)

## Description

 * Author: [Bas Schuiling](http://www.weblogmechanic.com/about)
 * Project URI: [http://www.weblogmechanic.com/plugins/simple-category-icons/](http://www.weblogmechanic.com/plugins/simple-category-icons/)
 * License: GPL 2. See License below for copyright jots and tittles.

Simple Category Icons (SCI) was developed because of dissatisfaction with other 
icon plugins for categories. SCI provides a way to put icons next to your taxonomies
like categories, tags and custom taxonomies in a easy and friendly way. Besides 
being simple SCI offers you full control over the output.

Features:

 * Three customizable sizes for your icons ( small, medium, large )
 * Integrates in taxonomies admin interface
 * Simple theme template call
 * Stores your icons in the media library
 * You can use any taxonomy to put icons at.
 * Use filters and arguments to customize output

See the instructions under ‘installation’ to get most out of SCI.

More features will be added after popular demand

### License

The FeedWordPress Advanced Filter plugin is copyright © 2013 by Bas Schuiling. It
uses
 code derived or translated from:

according to the terms of the [GNU General Public License](http://www.gnu.org/copyleft/gpl.html).

This program is free software; you can redistribute it and/or modify it under
 the
terms of the [GNU General Public License](http://www.gnu.org/copyleft/gpl.html) 
as published by the Free Software Foundation; either version 2 of the License, or(
at your option) any later version.

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.

## Screenshots

 * [[
 * Interface on category overview
 * [[
 * Settings page

## Installation

Upload files to your plugin directory or use WordPress built-it features. Activate
plugin.

Simple Category Icons features functions you can use in your themes to output icons
where you need them. SCI defaults to retrieving icons set on the category but you
can use other taxonomies as well.

#### Theme codes

Example:
 if (function_exists(‘the_icon’)) { the_icon(‘size=small’); } ?>

the_icon($args, $term_type = ‘category’,$id = null, $use_term_id = null):

You can use different arguments either in a string or array:
 the_icon(‘size=small&
class=your_class’);

or
 the_icon(array(‘size’ => ‘small’, ‘class’ => ‘your_class’));

Other arguments accepted are taxonomy type ( i.e category,post_tag ) for getting
icons from other taxonomies and
 id for using a querying a different post_id. You
can even give a term id ($use_term_id) and get the icons set for that specific term.
This will ignore

Will use the tag taxonomy:
 the_icon(‘size=small&class=your_class’,’post_tag’);

Args currently accepts size (small,medium or large) and class ( custom CSS class).

    ```
    $url = get_the_icon($args, $term_type = 'category',$id = null, $use_term_id = null) :                 
    ```

If you want more control over your icon you can use this function. $args accepts
size (small, medium, large)
 and returnFull (true, false). If set to true the function
returns an Array with the term object and the URL of the found icon. If set to false
the function will only return the URL to the image.

#### Filters

If you need even more control over the_icon these two filters are for you:

‘sci_icon_title’ : Filters ‘title’ tag on the image. Parameters given are title 
and term_id
 ‘sci_print_icon’ : Filters the full image tag before outputting. Parameters
are image tag and term_id

By default SCI gets the icon of the lowest category in the structure.

I.e. with a structure like : ( parent term -> sub-parent term -> term ) SCI will
take the icon set to term and will display nothing if there is no icon on this term.
You can change this behavior by applying the ‘sci_category_decision’ filter. Parameters
are a term object (the ‘decision’) which is about the be used and an Array of all
term Objects used in this decision. Return value is a term Object. You can return
any term object here.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Simple Category Icons” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Bas Schuiling ](https://profiles.wordpress.org/basszje/)

[Translate “Simple Category Icons” into your language.](https://translate.wordpress.org/projects/wp-plugins/simple-category-icons)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-category-icons/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-category-icons/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-category-icons/)
by [RSS](https://plugins.trac.wordpress.org/log/simple-category-icons/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.13

 * Tested up to WordPress 4.0

#### 1.12

 * Bug – plugin crashing

#### 1.11

 * Bug: SCI messing up term_ids in admin.
    (note: this _will_ reset your icons –
   sorry )

#### 1.1

 * Support for multiple taxonomies
 * Added ‘class’ CSS argument for the_icon
 * Added filters for title, image tag and category used (see instructions)
 * Use term_id to get a specific icon set
 * Images now resized to absolute given dimension ( both width and height )
 * Bug fix for breaking featured featured image when activated (related to WP bug#
   22843)
 * Media library will show term name when selecting images.
 * Uninstall routine.

#### 1.0

 * First release

## Meta

 *  Version **1.12**
 *  Last updated **11 years ago**
 *  Active installations **100+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **4.0.38**
 * Tags
 * [categories](https://wordpress.org/plugins/tags/categories/)[category](https://wordpress.org/plugins/tags/category/)
   [icon](https://wordpress.org/plugins/tags/icon/)[icons](https://wordpress.org/plugins/tags/icons/)
 *  [Advanced View](https://wordpress.org/plugins/simple-category-icons/advanced/)

## Ratings

 4.5 out of 5 stars.

 *  [  5 5-star reviews     ](https://wordpress.org/support/plugin/simple-category-icons/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/simple-category-icons/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/simple-category-icons/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/simple-category-icons/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/simple-category-icons/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/simple-category-icons/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-category-icons/reviews/)

## Contributors

 *   [ Bas Schuiling ](https://profiles.wordpress.org/basszje/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/simple-category-icons/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.weblogmechanic.com/plugins/simple-category-icons/)