• I’m using wp_list_cats to list some categories. Is it possible to show the date when the category was modified (latest post posted in the cat)?

    This is the tag I’m using:

    [code]<?php wp_list_cats('sort_column=name&child_of=13&optioncount=1&exclude=30&all="Show All"&feed=RSS&hide_empty=0'); ?>[/code]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not using the default code. You could write a plugin to do it or ask someone to do it for you.

    Have a look at the Codex to better undertand the WordPress API and see what arguments wp_list_cats accepts. This is beyond the scope of the forums, I suspect. Best wishes though… *smile*

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modified date in wp_list_cats?’ is closed to new replies.