Horje
A simple way to add icons to your categories and other taxonomies. Wordpress Tutorial

Noted That:

  • To install correctly this simple-category-icons.zip .
  • Fisrt Download the simple-category-icons.zip to your computer
  • Extract/Open simple-category-icons.zip to Your Computer.
  • Then, Find readme.txt file inside simple-category-icons.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download " simple-category-icons.zip " Plugin to your Local Computer. (Click Download)

2. Then, Login to your " yourdomain.com/wp-admin " Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " simple-category-icons.zip "  Downloaded plugin from your computer, Where you downloaded simple-category-icons.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " Simple Category Icons " folder is added on left sidemenu. Now, Click on " Simple Category Icons " folder.

   Noted that: If you do not see " Simple Category Icons " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  Simple Category Icons Configurtions and Settings or How to work " Simple Category Icons " in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Simple Category Icons " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Simple Category Icons
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

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.


simple , icons , categories , other , taxonomies , tutorial ,

Name

Read Article
https://develop.horje.com/learn/1434/reference