WordPress.org

Forums

Taxonomy Images
show only category images of other categories (2 posts)

  1. Gin.H
    Member
    Posted 7 months ago #

    In every category page I want to show the other category possibilities.
    How do I expel the category-image of the current category?

    thanks in advance

    http://wordpress.org/extend/plugins/taxonomy-images/

  2. Gin.H
    Member
    Posted 7 months ago #

    Never mind, I found it! :)

    For those who want to know

    if ($term->name == 'this_term_should_be_skipped')
    {
         continue;
    }
    else
    {
         // the code that is already in the foreach loop...
    }

Reply

You must log in to post.

About this Plugin

About this Topic