Get tag id
-
Hi community,
Got lost with quite a simple task. I’ve got cycle running and need to get tag it to get custom field value. Can’t get tag id. Code is below.
$product_terms = wp_get_object_terms($post->ID, 'post_tag'); foreach($product_terms as $term){ $categories = get_the_category(); $category_id_tag = 'post_tag_'.$categories[0]->cat_ID; $tag_title = the_field('title_page', $category_id_tag); echo '<a>slug, 'post_tag').'" title="'.$tag_title.'"> <span>'.$term->name.'</span></a> ??'; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get tag id’ is closed to new replies.