Banner for Wp Custom Taxonomy Image
Category and Taxonomy Image Plugin allow you to add image with category/taxonomy. Wordpress Tutorial
Noted That:
  • To install correctly this wp-custom-taxonomy-image.zip .
  • Fisrt Download the wp-custom-taxonomy-image.zip to your computer
  • Extract/Open wp-custom-taxonomy-image.zip to Your Computer.
  • Then, Find readme.txt file inside wp-custom-taxonomy-image.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:

Step-1 : Download " wp-custom-taxonomy-image.zip " to Your Local Computer.

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

Login to Wordpress Wp Custom Taxonomy Image

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Wp Custom Taxonomy Image

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Wp Custom Taxonomy Image

Step-5 : Now, Browse " wp-custom-taxonomy-image.zip " Downloaded plugin from your computer, Where you downloaded " wp-custom-taxonomy-image.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Wp Custom Taxonomy Image

Step-6 : Now, Click on " Active Plugin "

Activate Wp Custom Taxonomy Image

Step-7 : Then, See left Side Menu. " Wp Custom Taxonomy Image " folder is added on left Side Menu. Now, Click on " Wp Custom Taxonomy Image " folder.

Noted that: If you do not see " Wp Custom Taxonomy Image " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Wp Custom Taxonomy Image Configurations and Settings or How to work " Wp Custom Taxonomy Image " 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 " Category and Taxonomy Image " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Category and Taxonomy Image
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Unzip into your /wp-content/plugins/ directory. If you’re uploading it make sure to upload
    the top-level folder. Don’t just upload all the php files and put them in /wp-content/plugins/ .
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to your WP-admin -> Settings menu a new “Taxonomy Image” page is created.
  4. Go to your WP-admin -> Settings -> Taxonomy Image displayed in the taxonomies list form where you can select the taxonomies you want to include it in WP Custom Taxonomy Image.
  5. Go to your WP-admin select any category/term ,here image text box where you can manage image for that category/term.
  6. you can use the following function into your templates to get category/term image:
if (function_exists('get_wp_term_image'))
{ $meta_image = get_wp_term_image($term_id); //It will give category/term image url
}
echo $meta_image; // category/term image url

where $term_id is ‘category/term id’


Name