Guest User

Untitled

a guest
Jun 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $queried_object = get_queried_object();
  2. $taxonomy = $queried_object->taxonomy;
  3. $term_id = $queried_object->term_id;
  4.  
  5. // load content for this taxonomy term
  6. $custom_field = get_field('insert_new_project', 'projects' . '_' . $term_id);
Add Comment
Please, Sign In to add comment