$parent_id, )); if($categories){ foreach($categories as $category_values){ echo '
  • '.esc_html( $category_values->name ).''."\n"; $posts = get_posts(array('numberposts'=>100, 'category'=>$category_values->term_id)); $arg_ul_use_flag = 1; if($posts){ echo ''."\n"; echo '
  • '."\n"; } } } ?>