php 获取帖子条款

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 获取帖子条款相关的知识,希望对你有一定的参考价值。

        <?php
          $terms = wp_get_post_terms( $post_id, 'term-name-here', array( 'orderby' => 'menu_order' ) );


          foreach ( $terms as $term ) {
            $term_array[] = $term->name;
          }

          if ($term_array) {
            $term_list = implode(', ', $term_array);
            echo $term_list;
          }

        ?>

以上是关于php 获取帖子条款的主要内容,如果未能解决你的问题,请参考以下文章

php 获取当前帖子的条款

Wordpress 按税收条款获取帖子-税收条款是页面蛞蝓

PHP 按照任何帖子类型的自定义分类的条款列出帖子

php 从菜单中删除没有帖子的条款。

php 列出BuddyPress的'情境'的电子邮件自定义帖子类型条款

sql 获取所有帖子及其条款