php ターム一覧(リンク付き)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php ターム一覧(リンク付き)相关的知识,希望对你有一定的参考价值。
<?php
$post_type = get_post_type();
$taxonomy = 'tax_' . $post_type;
$tems = get_terms( $taxonomy );
if ( is_tax() ) {
$current_term = get_queried_object();
$current_id = $current_term->term_id;
}
foreach ( $tems as $term ):
$term_id = $term->term_id;
$list_class = is_tax() && $current_id === $term_id? 'item current': 'item';
?>
<li class="<?php echo $list_class; ?>">
<a href="<?php echo get_term_link($term, $post_type); ?>"><?php echo $plan->name; ?></a>
</li>
<?php endforeach; ?>
以上是关于php ターム一覧(リンク付き)的主要内容,如果未能解决你的问题,请参考以下文章
php 20180425モーダルを闭じてページ内リンク
php 20180326ハンバーガーメニューを闭じて内部リンク
json パラメータ付きアンカースクロール判别
sh 减价でファイルリスト一覧リンクを作るためのシェルスクリプト(到位桶用)
scss CSSでリンクの文字と下线の间隔(スペース)を空けるhttp://www.koikikukan.com/archives/2012/03/13-025555.php
javascript ページ内リンクをスムーススクロール