php get_the_terms()。PHP
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php get_the_terms()。PHP相关的知识,希望对你有一定的参考价值。
<?php
/*
выводит список меток к посту, get_field - в группах полей предварительно задан цвет для таксономий (меток)
функция $termin->term_id выводит id текущей таксономии
get_field( 'meta_color','post_tag_'. $termin->term_id ) - имя поля, выбор типа таксономии
*/
$termini = get_the_terms( $post->ID, 'post_tag');
foreach( $termini as $termin ){
echo '<a href="' . get_term_link( $termin ) . '" style="background:' .
get_field( 'meta_color','post_tag_'. $termin->term_id ) . '; color:#fff" >' . $termin->name . ' term-ID -' . $termin->term_id . '</a><br>';
}
?>
以上是关于php get_the_terms()。PHP的主要内容,如果未能解决你的问题,请参考以下文章
用于自定义分类法的 Wordpress get_the_terms
Woocommerce - 将属性值显示为下拉字段
如何将内爆函数合并到此列表中
获取当前分类法
linux 安装多个PHP版本(php5.6 php7.1 php7.2 php7.3 php7.4 php8.0)nginx配置php多版本
php [guzzle php] guzzle php #php