Guest User

Untitled

a guest
Nov 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $tax_terms = get_terms($taxonomy, array('job_listing_category' => false));
  2. foreach($tax_terms as $term_single) {
  3. echo $term_single->slug;
  4. echo $term_single->name;
  5. echo "<br />";
  6. }
Add Comment
Please, Sign In to add comment