Skip to content

Instantly share code, notes, and snippets.

@babelpuntocl
Created September 27, 2017 12:54
Show Gist options
  • Save babelpuntocl/2b959d099b7cdd0adb7e95114e5ca529 to your computer and use it in GitHub Desktop.
Save babelpuntocl/2b959d099b7cdd0adb7e95114e5ca529 to your computer and use it in GitHub Desktop.
<h4><?php $terms = get_terms("sectors"); $count = count($terms); if ( $count > 0 ){ foreach ( $terms as $term ) { echo $term->name; } } ?> Sector</h4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment