• :
  • :
  • :
  • :
'announce', 'meta_query' => array( array( 'key' => 'labels', 'value' => '"' . get_the_ID() . '"', 'compare' => 'LIKE', ), ), )); if ( $labels ) : ?>

ID ); $taxonomies = wp_get_post_terms( $label->ID, 'announce_taxonomy', array() ); $tax = ''; if ( ! empty( $taxonomies ) ) : foreach ( $taxonomies as $element ) : $tax .= $element->name . ','; endforeach; endif; $tax = substr( $tax, 0, -1 ); ?>