Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

worpdress pods taxonomy get custom field

// Get image from a PODS Taxonomy Custom field
$sector = get_the_terms( $post->ID, 'sector' );
$taxonomyImage = get_term_meta($sector[0]->term_id);
foreach($taxonomyImage as $imageId){
  	$imageSectorId = $imageId[0];
}
 
PREVIOUS NEXT
Tagged: #worpdress #pods #taxonomy #custom #field
ADD COMMENT
Topic
Name
9+9 =