paste How to display category icons side by sideHow to display category icons side-by-side

February 22nd, 2010 Sub 4 comments

From Daniels (http://www.gameblogs.com.br/) :

I’ve got to make a widget that will show all category icons side-by-side, and not in a list. Here is the code :

$listing_code = '';
foreach(get_categories("orderby=count&order=DESC") as $category) {
$listing_code .=get_cat_icon("echo=false&cat=".$category->cat_ID)." ";
}
$listing_code .= '';
echo $listing_code;

Thanks for sharing, Daniels. :)

Categories: How to Tags: ,

bulle2 WordPress Plugin Review : Category IconsWordPress Plugin Review : Category Icons

December 14th, 2009 Sub 2 comments

The plugin received a 4.3 out of 5 in this article written by Rene, in his blog WordPress Plugin Guide :

WordPress Plugin Review : Category Icons

WordPress Plugin Review : Category Icons (click on the image to read the review)

Thanks Rene.

Categories: Others Said Tags:

web New language added : UzbekNew language added : Uzbek

October 4th, 2009 Sub 1 comment

Just download the plugin (again) if you want it…

Thanks to Alisher Safarov/Alexandra Bolshova (www.comfi.com) for this translation.

Categories: Translations Tags: ,

paste How to display icons for pages in the sidebarHow to display icons for pages in the sidebar

August 23rd, 2009 Sub 22 comments

I’ve written a function that seems to be working. I think I’m going to include it in a future version of my Category Icons plugin. So, you can have page icons the same way you have category icons in the sidebar.

The following code will add icons in front of the title page in the sidebar when you use the Pages widget. You can see that I’ve used a filter named widget_pages_args to add the filter wp_list_pages in order to parse the HTML generated by wp_list_pages. It’s because I want to display icons only in the sidebar and nowhere else.

To use that code : Read more…

Categories: How to Tags: ,

paste How to display category icons in the sidebarHow to display category icons in the sidebar

August 22nd, 2009 Sub 6 comments

To display the icons in the sidebar, you have 2 solutions :

1. Use the widget
Go to Appearance > Widgets and drag Category Icons Widget to the right. You can have multiple Category Icons widgets.

Category Icons Widget

Category Icons Widget

Category Icons Widget Settings

Category Icons Widget Settings

2. Manually

In the sidebar.php page of your WordPress theme, you must use the put_cat_icons function.

UA:F [1.6.2_892]

Categories: How to Tags: ,

paste How to assign an icon to a pageHow to assign an icon to a page

August 21st, 2009 Sub 14 comments

In a previous post, I described how to do this with the help of another plugin : Page Category Plus, but this plugin does not exist anymore, so here is another way to do that.

I’ll use the theme “lightword” for this how to. There is 2 parts :

1. Assign a category to a page

When you’re editing the page, go to the Custom Fields, and add : caticons_page as the key, and in the value field, enter the ID of the category to which the icon is assigned to. It’s like assigning a category to a page.

The icon is assigned to the category ID 4

The icon is assigned to the category ID 4

Use the Custom Fields to display a "Page Icon"

Use the Custom Fields to display a "Page Icon"

2. Use the get_cat_icon tag to display the icon

In the page.php file, after this line : Read more…

Categories: How to Tags: ,

paste How to use Category Icons with Get Recent Comments WordPress pluginHow to use Category Icons with Get Recent Comments WordPress plugin

August 19th, 2009 Sub 2 comments

Well, this is a kind of a hack of Krischan Jodies’s popular plugin : Get Recent Comments. Just before this line of code :

$output = str_replace("%comment_link",    $comment_link,     $output);

add these lines : Read more…

Categories: How to Tags: ,

bulle2 Category Icons is a Most Wanted Category Plugin for WordPressCategory Icons is a Most Wanted Category Plugin for WordPress

August 19th, 2009 Sub 2 comments

This is said in the website wpbeginner, in this post :

http://www.wpbeginner.com/wp-tutorials/10-most-wanted-category-hacks-and-plugins-for-wordpress/

Pictures make a site more lively which is a given which is why blogger might want to associate pictures with their category. This plugin lets you associate a specific icon of your choice to a designated category. You can use this plugin to list categories by icon with or without names, and much more.

Categories: Others Said Tags:

bulle2 Category Icons is a way to vastly improve your WordPress blogCategory Icons is a way to vastly improve your WordPress blog

August 18th, 2009 Sub 2 comments

This is what John Owen said in his post in Web Media Magazine : http://www.webmediamagazine.com/webdesign/50-different-ways-to-vastly-improve-your-wordpress-blog/

Usually the sidebar is clogged up with meta data, advertisement’s and tag clouds. We sometimes miss the categories in all the mess, assigning images to your categorys is a great way to fix this and will help your visitors navigate your blog with ease.

Categories: Others Said Tags:

bulle2 Category Icons is a way to improve navigation in WordPressCategory Icons is a way to improve navigation in WordPress

August 18th, 2009 Sub No comments

This is what John Pratt said in his post in WPHacks : http://wphacks.com/10-ways-to-improve-navigation-in-wordpress/

Having your categories a post is assigned to listed and linked is a great way to get visitors to view everything else you have posted in that category, but sometimes (like “ad blindness) readers are blinded to post meta info. Solve that by assigning images to your categories, so that they stand out prominently! All you need is the Category Icons plugin.

And I agree. :)

Categories: Others Said Tags: ,

bulle2 Using the Category Icons plugin and Thematic to create custom category pagesUsing the Category-Icons plugin and Thematic to create custom category pages

August 17th, 2009 Sub No comments

Adam of WordPress Modder has written an how to of this :

http://wordpressmodder.org/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html

Categories: Others Said Tags:

bulle2 Adding Trails in Category IconsAdding Trails in Category Icons

August 17th, 2009 Sub No comments

RushiKumar has written a tutorial on how to do this in GuidesForge.com :

http://www.guidesforge.com/how-to/adding-trails-in-category-icons

Categories: Others Said Tags:

info Category Icons FiltersCategory Icons Filters

August 15th, 2009 Sub 3 comments

There are 2 filters :

1. category_icons

It can be used with the get_cat_icon tag. Examples of how to use it :

How to set a default icon

How to assign a specific icon for a post

How to modify the category icons through functions.php

2. category_icons_widget

It can be used with put_cat_icons tag. A how to needs to be written.

paste How to use Category Icons tags in a scriptHow to use Category Icons tags in a script

August 15th, 2009 Sub 7 comments

Sometimes, you need to use the tag get_cat_icon or/and put_cat_icons in a script. So to get the icon in a variable, it must not be displayed. The parameter to not display the category and to get it returned is : echo, and it needs to be set to false. Here are examples of how to use it. If your script is not in the Loop, you must use the cat parameter and give it a category id. Read more…

web Italian language updated to 2.1.1Italian language updated to 2.1.1

August 12th, 2009 Sub 1 comment

As always, thanks to my friend Gianni (www.gidibao.net) : the italian language is updated to the last version of the plugin. Download the plugin again to get this update.

Categories: Translations Tags: ,

refresh Whats new in 2.1.1 ?What’s new in 2.1.1 ?

August 12th, 2009 Sub 2 comments
  • Two new tabs added : How To (WP 2.8 only) & Support the plugin

Categories: Changelog Tags:

paste How to use Category Icons with Recent PostsHow to use Category Icons with Recent Posts

August 10th, 2009 Sub 1 comment

Since v2.1, you can display the category icons with Rob Marsh’s Recent Posts plugin. Here is how. In Recent Posts, go to Output, enter {caticons} in the field, and click on Save Output Settings :

Rob Marsh's Recent Posts plugin

Rob Marsh's Recent Posts plugin

If you use the widget, it’ll be displayed like this in the default WordPress theme :
Read more…

Categories: How to Tags: , ,

web Polish language addedPolish language added

August 9th, 2009 Sub No comments

Thanks to Shlizer (http://shlizer.ayz.pl) for his work ! Download the plugin (v2.1) again to get the polish language.

Categories: Translations Tags: , ,

calendar Category Icons Premium Module for Another Wordpress Classifieds PluginCategory Icons Premium Module for Another Wordpress Classifieds Plugin

August 2nd, 2009 Sub No comments

In a previous post (“beware of imitations“), I said that Category Icons Premium Module for Another Wordpress Classifieds Plugin was an imitation and that you should not buy a plugin that you could have for free. Well, I was mistaken : the author sent me the source code, and it’s not comparable to the WordPress Category Icons plugin. So, I made a mistake, and I apologize to A. Lewis for my error. I’m sorry.

Categories: News Tags: ,

web Belarusian language addedBelarusian language added

August 2nd, 2009 Sub No comments

A new language is added to the plugin translations : belarusian (belorussian). This translation is for the version number 2.0.7 of the plugin but it’ll work with the last version, of course. Thanks to Fat Cower (http://www.fatcow.com) for his work. Download the plugin (v2.1) again to get this update.

Categories: Translations Tags: ,