php 在产品列表上显示自定义分类 - Woocommerce - Wordpress

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在产品列表上显示自定义分类 - Woocommerce - Wordpress相关的知识,希望对你有一定的参考价值。

$terms = get_the_terms( $post->ID , 'artista' );
foreach ( $terms as $term ) {
	$term_link = get_term_link( $term, array( 'artista') );
	if( is_wp_error( $term_link ) )
		continue;
	echo '<li class="category"><a href="'.$term_link.'">'.$term->name.'</a></li>';
}

以上是关于php 在产品列表上显示自定义分类 - Woocommerce - Wordpress的主要内容,如果未能解决你的问题,请参考以下文章

在 WordPress 中显示当前的帖子自定义分类

php 在归档页面上显示自定义帖子类型的所有自定义分类

如何显示 WooCommerce 产品的自定义分类?

php 显示相同分类中的相关自定义帖子 - 仅在单页上显示

显示 WooCommerce 产品属性的自定义分类术语图像

显示 WooCommerce 自定义分类法 ACF 字段