Link categories to last post
This could be done with a ne walker class class Childcat2LastPost extends Walker_Category { function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) { if ( 0 != $category->category_parent ) { $args = array( ‘cat’ => $category->term_id, ‘orderby’ => ‘post_date’, ‘order’ => ‘DESC’, ‘post_type’ => ‘post’, ‘post_status’ => ‘publish’, ‘post__not_in’ … Read more