Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. - A (parent)
  2. - B (child of A)
  3. - C (child of B)
  4. - X (parent)
  5. - Y (child of X)
  6. - Z (child of Y)
  7.  
  8. $args = array(
  9. 'hide_empty' => 0,
  10. 'orderby' => 'name',
  11. 'order' => 'ASC',
  12. 'show_count' => 0,
  13. 'use_desc_for_title' => 0,
  14. 'echo' => false,
  15. );
  16. $categories = wp_list_categories($args);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement