Displaying new post in category list
-
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?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Displaying new post in category list’ is closed to new replies.