with wp_list_categories is there a way to show when there are new post in the category? I've tried:
wp_list_categories('orderby=id&show_last_updated=1&include=55,21,51,49,53,54,52,50,56&title_li=<h2>' . __('Category names'). '</h2>' );?>
but the show_last_updated doesn't do anything. Basically I just want some sort of notification next to the category name showing that there is a new entery. Wheter is the date of the last update or a "new" every time there is a new post. Any thoughts?