php 发布博客文章分类条款获得条款获得发布条款
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 发布博客文章分类条款获得条款获得发布条款相关的知识,希望对你有一定的参考价值。
$endorsementcategories = get_terms( 'endorsementcategories', array('hide_empty' => 0) );
<?php foreach($endorsementcategories as $term): ?>
<option title="<?php echo $term->slug; ?>" value=""><?php echo strtoupper($term->name); ?></option>
<?php endforeach; ?>
$term_list = wp_get_post_terms(get_the_ID(), 'endorsementcategories', array("fields" => "slugs"));
$postterms = implode(" ", $term_list);
<?php echo get_the_term_list( $post->ID, 'ourworkcategories', '<span class="tag">', ', ', '</span>' ); ?>
以上是关于php 发布博客文章分类条款获得条款获得发布条款的主要内容,如果未能解决你的问题,请参考以下文章
php 快速删除分类条款
PHP 按照任何帖子类型的自定义分类的条款列出帖子
php [Marketpress]在结帐页面添加服务条款/服务条款/条款和条件
php Woocommerce defualt检查条款
php 获取帖子条款
php 获取条款列表 - 带有剥离标签