Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author TheSubmarine

    (@submarine)

    Why not go back to 2.1.1 ?
    You can download the version you want here : https://www.ads-software.com/extend/plugins/category-icons/developers/

    If I find some time, I’ll add an option in the panel settings to display only the category icon of the category page or not.

    Thread Starter rafamontoya

    (@rafamontoya)

    Thanks submarine! That would be great!

    In the meantime, do you know which are the code lines that make that change? (“now in the category page, only that category icon is displayed in front of the title if the post has more than one category.”)

    Thanks (a lot) in advance!

    BR,

    Rafa

    Plugin Author TheSubmarine

    (@submarine)

    I think that’s :

    if (is_category() AND in_the_loop()) {
    		$cat = get_query_var('cat');
    		$category=get_category($cat);
    		$p['cat'][]=$category->cat_ID;
    	}
    	else {

    Thread Starter rafamontoya

    (@rafamontoya)

    Thanks so much submarine!
    You are totally right!
    Now it is solved.
    BR,
    Rafa

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Category Icons] Category page, now only cat icon displayed, how to avoid this?’ is closed to new replies.