I’m sorry, I speak a little English.
I try:
$categories = get_categories( array(
'orderby'=> 'post_date', // last post date in category
'order'=> 'DESC'
) );
Why not works?
I’m sorry, I speak a little English.
I try:
$categories = get_categories( array(
'orderby'=> 'post_date', // last post date in category
'order'=> 'DESC'
) );
Why not works?